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