GroupId | GroupIdcom.github.usefulness |
---|---|
ArtifactId | ArtifactIdslidr |
Version | Version2.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
slidr-2.2.2.pom | |
slidr-2.2.2-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.usefulness/slidr/ -->
<dependency>
<groupId>com.github.usefulness</groupId>
<artifactId>slidr</artifactId>
<version>2.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.usefulness/slidr/
implementation 'com.github.usefulness:slidr:2.2.2'
// https://jarcasting.com/artifacts/com.github.usefulness/slidr/
implementation ("com.github.usefulness:slidr:2.2.2")
'com.github.usefulness:slidr:aar:2.2.2'
<dependency org="com.github.usefulness" name="slidr" rev="2.2.2">
<artifact name="slidr" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.usefulness', module='slidr', version='2.2.2')
)
libraryDependencies += "com.github.usefulness" % "slidr" % "2.2.2"
[com.github.usefulness/slidr "2.2.2"]