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