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