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