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