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