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