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