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