GroupId | GroupIdcom.github.gabrielemariotti.cards |
---|---|
ArtifactId | ArtifactIdcardslib-recyclerview |
Version | Version2.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/cardslib-recyclerview/ -->
<dependency>
<groupId>com.github.gabrielemariotti.cards</groupId>
<artifactId>cardslib-recyclerview</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/cardslib-recyclerview/
implementation 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.0'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/cardslib-recyclerview/
implementation ("com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.0")
'com.github.gabrielemariotti.cards:cardslib-recyclerview:aar:2.0.0'
<dependency org="com.github.gabrielemariotti.cards" name="cardslib-recyclerview" rev="2.0.0">
<artifact name="cardslib-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.cards', module='cardslib-recyclerview', version='2.0.0')
)
libraryDependencies += "com.github.gabrielemariotti.cards" % "cardslib-recyclerview" % "2.0.0"
[com.github.gabrielemariotti.cards/cardslib-recyclerview "2.0.0"]