GroupId | GroupIdcom.hannesdorfmann |
---|---|
ArtifactId | ArtifactIdswipeback |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
swipeback-1.0.2.pom | |
swipeback-1.0.2.aar | 71 KB |
swipeback-1.0.2-sources.jar | 39 KB |
swipeback-1.0.2-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/swipeback/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>swipeback</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/swipeback/
implementation 'com.hannesdorfmann:swipeback:1.0.2'
// https://jarcasting.com/artifacts/com.hannesdorfmann/swipeback/
implementation ("com.hannesdorfmann:swipeback:1.0.2")
'com.hannesdorfmann:swipeback:aar:1.0.2'
<dependency org="com.hannesdorfmann" name="swipeback" rev="1.0.2">
<artifact name="swipeback" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='swipeback', version='1.0.2')
)
libraryDependencies += "com.hannesdorfmann" % "swipeback" % "1.0.2"
[com.hannesdorfmann/swipeback "1.0.2"]