GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery-mobile |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
jquery-mobile-1.3.0.pom | |
jquery-mobile-1.3.0.jar | 222 KB |
jquery-mobile-1.3.0-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery-mobile/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-mobile</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-mobile/
implementation 'org.webjars:jquery-mobile:1.3.0'
// https://jarcasting.com/artifacts/org.webjars/jquery-mobile/
implementation ("org.webjars:jquery-mobile:1.3.0")
'org.webjars:jquery-mobile:jar:1.3.0'
<dependency org="org.webjars" name="jquery-mobile" rev="1.3.0">
<artifact name="jquery-mobile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-mobile', version='1.3.0')
)
libraryDependencies += "org.webjars" % "jquery-mobile" % "1.3.0"
[org.webjars/jquery-mobile "1.3.0"]