| Группа | Группаcom.github.gabrielemariotti.cards |
|---|---|
| Идентификатор | Идентификаторlibrary-extra |
| Версия | Версия1.7.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| library-extra-1.7.2.pom | |
| library-extra-1.7.2.aar | 11 KB |
| library-extra-1.7.2-sources.jar | 9 KB |
| library-extra-1.7.2-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/ -->
<dependency>
<groupId>com.github.gabrielemariotti.cards</groupId>
<artifactId>library-extra</artifactId>
<version>1.7.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/
implementation 'com.github.gabrielemariotti.cards:library-extra:1.7.2'
// https://jarcasting.com/artifacts/com.github.gabrielemariotti.cards/library-extra/
implementation ("com.github.gabrielemariotti.cards:library-extra:1.7.2")
'com.github.gabrielemariotti.cards:library-extra:aar:1.7.2'
<dependency org="com.github.gabrielemariotti.cards" name="library-extra" rev="1.7.2">
<artifact name="library-extra" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gabrielemariotti.cards', module='library-extra', version='1.7.2')
)
libraryDependencies += "com.github.gabrielemariotti.cards" % "library-extra" % "1.7.2"
[com.github.gabrielemariotti.cards/library-extra "1.7.2"]