| GroupId | GroupIdcom.hannesdorfmann |
|---|---|
| ArtifactId | ArtifactIdswipeback |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]