GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery-ui-touch-punch |
Version | Version0.2.2-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery-ui-touch-punch/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-ui-touch-punch</artifactId>
<version>0.2.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-ui-touch-punch/
implementation 'org.webjars:jquery-ui-touch-punch:0.2.2-1'
// https://jarcasting.com/artifacts/org.webjars/jquery-ui-touch-punch/
implementation ("org.webjars:jquery-ui-touch-punch:0.2.2-1")
'org.webjars:jquery-ui-touch-punch:jar:0.2.2-1'
<dependency org="org.webjars" name="jquery-ui-touch-punch" rev="0.2.2-1">
<artifact name="jquery-ui-touch-punch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-ui-touch-punch', version='0.2.2-1')
)
libraryDependencies += "org.webjars" % "jquery-ui-touch-punch" % "0.2.2-1"
[org.webjars/jquery-ui-touch-punch "0.2.2-1"]