is not current version
Last Version 3.2.1

com.github.dexafree:materiallist 1.2.0

Android library aimed to get the beautiful CardViews that Google shows at its official design specifications

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.dexafree
ArtifactId

ArtifactId

materiallist
Version

Version

1.2.0
Type

Type

aar

Download materiallist 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.dexafree/materiallist/ -->
<dependency>
    <groupId>com.github.dexafree</groupId>
    <artifactId>materiallist</artifactId>
    <version>1.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/materiallist/
implementation 'com.github.dexafree:materiallist:1.2.0'
// https://jarcasting.com/artifacts/com.github.dexafree/materiallist/
implementation ("com.github.dexafree:materiallist:1.2.0")
'com.github.dexafree:materiallist:aar:1.2.0'
<dependency org="com.github.dexafree" name="materiallist" rev="1.2.0">
  <artifact name="materiallist" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='materiallist', version='1.2.0')
)
libraryDependencies += "com.github.dexafree" % "materiallist" % "1.2.0"
[com.github.dexafree/materiallist "1.2.0"]