Maven Dependency community-material-typeface >> 1.1.70

In this page we are giving Maven Dependency of com.mikepenz >> community-material-typeface version1.1.70

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.mikepenz >> community-material-typeface version1.1.70 in your project.

In this page we are going to discuss about community-material-typeface version 1.1.70 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use community-material-typeface version 1.1.70 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of community-material-typeface version 1.1.70 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of community-material-typeface version 1.1.70

Maven dependency of community-material-typeface version 1.1.70:

<dependency>
	<groupId>com.mikepenz</groupId>
	<artifactId>community-material-typeface</artifactId>
	<version>1.1.70</version>
</dependency>

Gradle Dependency of community-material-typeface version 1.1.70

compile group: 'com.mikepenz', name: 'community-material-typeface', version: '1.1.70'

SBT Dependency of community-material-typeface version 1.1.70

libraryDependencies += "com.mikepenz" % "community-material-typeface" % "1.1.70"

Ivy Dependency of community-material-typeface version 1.1.70

<dependency org="com.mikepenz" name="community-material-typeface" rev="1.1.70"/>

Grape Dependency of community-material-typeface version 1.1.70

@Grapes(
    @Grab(group='com.mikepenz', module='community-material-typeface', version='1.1.70')
)

Leiningen Dependency of community-material-typeface version 1.1.70

[com.mikepenz/community-material-typeface "1.1.70"]

Buildr Dependency of community-material-typeface version 1.1.70

'com.mikepenz:community-material-typeface:jar:1.1.70'

Advertisements

Ads