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