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