Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.dexafree |
ArtifactId | ArtifactIdmateriallist |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
materiallist-1.0.0.pom | |
materiallist-1.0.0.aar | 90 KB |
materiallist-1.0.0-sources.jar | 14 KB |
materiallist-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dexafree/materiallist/ -->
<dependency>
<groupId>com.github.dexafree</groupId>
<artifactId>materiallist</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/materiallist/
implementation 'com.github.dexafree:materiallist:1.0.0'
// https://jarcasting.com/artifacts/com.github.dexafree/materiallist/
implementation ("com.github.dexafree:materiallist:1.0.0")
'com.github.dexafree:materiallist:aar:1.0.0'
<dependency org="com.github.dexafree" name="materiallist" rev="1.0.0">
<artifact name="materiallist" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='materiallist', version='1.0.0')
)
libraryDependencies += "com.github.dexafree" % "materiallist" % "1.0.0"
[com.github.dexafree/materiallist "1.0.0"]