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