GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery-ui-touch-punch |
Version | Version0.2.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-ui-touch-punch/
implementation 'org.webjars:jquery-ui-touch-punch:0.2.3'
// https://jarcasting.com/artifacts/org.webjars/jquery-ui-touch-punch/
implementation ("org.webjars:jquery-ui-touch-punch:0.2.3")
'org.webjars:jquery-ui-touch-punch:jar:0.2.3'
<dependency org="org.webjars" name="jquery-ui-touch-punch" rev="0.2.3">
<artifact name="jquery-ui-touch-punch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-ui-touch-punch', version='0.2.3')
)
libraryDependencies += "org.webjars" % "jquery-ui-touch-punch" % "0.2.3"
[org.webjars/jquery-ui-touch-punch "0.2.3"]