License |
License |
---|---|
GroupId | GroupIdcom.github.rey5137 |
ArtifactId | ArtifactIdmaterial |
Version | Version1.3.1 |
Type | Typeaar |
Description |
DescriptionMaterial Library
An Android library to bring Material Design UI to pre-Lolipop Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
material-1.3.1.pom | |
material-1.3.1.aar | 461 KB |
material-1.3.1-sources.jar | 209 KB |
material-1.3.1-javadoc.jar | 593 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rey5137/material/ -->
<dependency>
<groupId>com.github.rey5137</groupId>
<artifactId>material</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rey5137/material/
implementation 'com.github.rey5137:material:1.3.1'
// https://jarcasting.com/artifacts/com.github.rey5137/material/
implementation ("com.github.rey5137:material:1.3.1")
'com.github.rey5137:material:aar:1.3.1'
<dependency org="com.github.rey5137" name="material" rev="1.3.1">
<artifact name="material" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.rey5137', module='material', version='1.3.1')
)
libraryDependencies += "com.github.rey5137" % "material" % "1.3.1"
[com.github.rey5137/material "1.3.1"]