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.1.0.pom download
material-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rey5137</groupId>
  <artifactId>material</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.rey5137:material:1.1.0'
Gradle Kotlin
implementation("com.github.rey5137:material:1.1.0")
Scala SBT
libraryDependencies += "com.github.rey5137" % "material" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rey5137', module='material', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.rey5137" name="material" rev="1.1.0" />
Leiningen
[com.github.rey5137/material "1.1.0"]
Apache Buildr
'com.github.rey5137:material:jar:1.1.0'