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