| GroupId | GroupIdcom.github.gabrielemariotti.cards |
|---|---|
| ArtifactId | ArtifactIdlibrary-extra |
| Version | Version1.9.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-extra-1.9.0.pom | |
| library-extra-1.9.0.aar | 14 KB |
| library-extra-1.9.0-sources.jar | 12 KB |
| library-extra-1.9.0-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/ -->
<dependency>
<groupId>com.github.gabrielemariotti.cards</groupId>
<artifactId>library-extra</artifactId>
<version>1.9.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/
implementation 'com.github.gabrielemariotti.cards:library-extra:1.9.0'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/
implementation ("com.github.gabrielemariotti.cards:library-extra:1.9.0")
'com.github.gabrielemariotti.cards:library-extra:aar:1.9.0'
<dependency org="com.github.gabrielemariotti.cards" name="library-extra" rev="1.9.0">
<artifact name="library-extra" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.cards', module='library-extra', version='1.9.0')
)
libraryDependencies += "com.github.gabrielemariotti.cards" % "library-extra" % "1.9.0"
[com.github.gabrielemariotti.cards/library-extra "1.9.0"]