Download material-1.2.1.jar file - Jar m

Jar examples for m:material

Description

An Android library to bring Material Design UI to pre-Lolipop Android.

You can download jar file material 1.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add material-1.2.1.jar to your project.

<dependency>
   <groupId>com.github.rey5137</groupId>
   <artifactId>material</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.github.rey5137', name: 'material', version: '1.2.1'
libraryDependencies += "com.github.rey5137" % "material" % "1.2.1"
<dependency org="com.github.rey5137" name="material" rev="1.2.1"/>
@Grapes(@Grab(group='com.github.rey5137', module='material', version='1.2.1'))
'com.github.rey5137:material:jar:1.2.1'

Download

Click the following link to download the jar file.

material-1.2.1-javadoc.jar
material-1.2.1-sources.jar
material-1.2.1.pom



Related Tutorials