GroupId | GroupIdcom.github.pwittchen |
---|---|
ArtifactId | ArtifactIdswipe |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
swipe-0.1.0.pom | |
swipe-0.1.0.aar | 5 KB |
swipe-0.1.0-sources.jar | 3 KB |
swipe-0.1.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/swipe/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>swipe</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/swipe/
implementation 'com.github.pwittchen:swipe:0.1.0'
// https://jarcasting.com/artifacts/com.github.pwittchen/swipe/
implementation ("com.github.pwittchen:swipe:0.1.0")
'com.github.pwittchen:swipe:aar:0.1.0'
<dependency org="com.github.pwittchen" name="swipe" rev="0.1.0">
<artifact name="swipe" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='swipe', version='0.1.0')
)
libraryDependencies += "com.github.pwittchen" % "swipe" % "0.1.0"
[com.github.pwittchen/swipe "0.1.0"]