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