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