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