License |
License |
---|---|
GroupId | GroupIdcom.github.gabrielemariotti.cards |
ArtifactId | ArtifactIdlibrary |
Version | Version1.9.1 |
Type | Typeaar |
Description |
DescriptionCard Library
Android Library to build a UI Card
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.9.1.pom | |
library-1.9.1.aar | 531 KB |
library-1.9.1-sources.jar | 127 KB |
library-1.9.1-javadoc.jar | 537 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library/ -->
<dependency>
<groupId>com.github.gabrielemariotti.cards</groupId>
<artifactId>library</artifactId>
<version>1.9.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library/
implementation 'com.github.gabrielemariotti.cards:library:1.9.1'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library/
implementation ("com.github.gabrielemariotti.cards:library:1.9.1")
'com.github.gabrielemariotti.cards:library:aar:1.9.1'
<dependency org="com.github.gabrielemariotti.cards" name="library" rev="1.9.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.cards', module='library', version='1.9.1')
)
libraryDependencies += "com.github.gabrielemariotti.cards" % "library" % "1.9.1"
[com.github.gabrielemariotti.cards/library "1.9.1"]