m

material

An Android library to bring Material Design UI to pre-Lolipop Android.
https://github.com/rey5137/material
The Apache Software License, Version 2.0
Rey Pham
Files download
File Operation
material-1.2.5.pom download
material-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rey5137</groupId>
  <artifactId>material</artifactId>
  <version>1.2.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.rey5137:material:1.2.5'
Gradle Kotlin
implementation("com.github.rey5137:material:1.2.5")
Scala SBT
libraryDependencies += "com.github.rey5137" % "material" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rey5137', module='material', version='1.2.5')
)
Apache Ivy
<dependency org="com.github.rey5137" name="material" rev="1.2.5" />
Leiningen
[com.github.rey5137/material "1.2.5"]
Apache Buildr
'com.github.rey5137:material:jar:1.2.5'