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