License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.dexafree |
ArtifactId | ArtifactIdmateriallist-cards |
Version | Version2.0.7 |
Type | Typeaar |
Description |
DescriptionMaterialList Sample Cards
Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
materiallist-cards-2.0.7.pom | |
materiallist-cards-2.0.7.aar | 90 KB |
materiallist-cards-2.0.7-sources.jar | 14 KB |
materiallist-cards-2.0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dexafree/materiallist-cards/ -->
<dependency>
<groupId>com.github.dexafree</groupId>
<artifactId>materiallist-cards</artifactId>
<version>2.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/materiallist-cards/
implementation 'com.github.dexafree:materiallist-cards:2.0.7'
// https://jarcasting.com/artifacts/com.github.dexafree/materiallist-cards/
implementation ("com.github.dexafree:materiallist-cards:2.0.7")
'com.github.dexafree:materiallist-cards:aar:2.0.7'
<dependency org="com.github.dexafree" name="materiallist-cards" rev="2.0.7">
<artifact name="materiallist-cards" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='materiallist-cards', version='2.0.7')
)
libraryDependencies += "com.github.dexafree" % "materiallist-cards" % "2.0.7"
[com.github.dexafree/materiallist-cards "2.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dexafree : materiallist | jar | 2.0.7 |
com.android.support » cardview-v7 | jar | 21.0.0 |
com.android.support » appcompat-v7 | jar | 21.0.3 |