| License |
License |
|---|---|
| GroupId | GroupIdio.freefair.android-colors |
| ArtifactId | ArtifactIdmaterial |
| Version | Version1.4.0-m2 |
| Type | Typeaar |
| Description |
DescriptionAndroid Material Color Resources
Android Material Color Resources
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| material-1.4.0-m2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.freefair.android-colors/material/ -->
<dependency>
<groupId>io.freefair.android-colors</groupId>
<artifactId>material</artifactId>
<version>1.4.0-m2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.freefair.android-colors/material/
implementation 'io.freefair.android-colors:material:1.4.0-m2'
// https://jarcasting.com/artifacts/io.freefair.android-colors/material/
implementation ("io.freefair.android-colors:material:1.4.0-m2")
'io.freefair.android-colors:material:aar:1.4.0-m2'
<dependency org="io.freefair.android-colors" name="material" rev="1.4.0-m2">
<artifact name="material" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.freefair.android-colors', module='material', version='1.4.0-m2')
)
libraryDependencies += "io.freefair.android-colors" % "material" % "1.4.0-m2"
[io.freefair.android-colors/material "1.4.0-m2"]