GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.jquery-touch |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jquery-touch/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.jquery-touch</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jquery-touch/
implementation 'org.tinygroup:org.tinygroup.jquery-touch:2.0.1'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jquery-touch/
implementation ("org.tinygroup:org.tinygroup.jquery-touch:2.0.1")
'org.tinygroup:org.tinygroup.jquery-touch:jar:2.0.1'
<dependency org="org.tinygroup" name="org.tinygroup.jquery-touch" rev="2.0.1">
<artifact name="org.tinygroup.jquery-touch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.jquery-touch', version='2.0.1')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.jquery-touch" % "2.0.1"
[org.tinygroup/org.tinygroup.jquery-touch "2.0.1"]