| GroupId | GroupIdcom.github.gabrielemariotti.cards |
|---|---|
| ArtifactId | ArtifactIdlibrary-extra |
| Version | Version1.7.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-extra-1.7.1.pom | |
| library-extra-1.7.1.aar | 11 KB |
| library-extra-1.7.1-sources.jar | 9 KB |
| library-extra-1.7.1-javadoc.jar | 45 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.7.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/
implementation 'com.github.gabrielemariotti.cards:library-extra:1.7.1'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/
implementation ("com.github.gabrielemariotti.cards:library-extra:1.7.1")
'com.github.gabrielemariotti.cards:library-extra:aar:1.7.1'
<dependency org="com.github.gabrielemariotti.cards" name="library-extra" rev="1.7.1">
<artifact name="library-extra" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.cards', module='library-extra', version='1.7.1')
)
libraryDependencies += "com.github.gabrielemariotti.cards" % "library-extra" % "1.7.1"
[com.github.gabrielemariotti.cards/library-extra "1.7.1"]