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