GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdjquery |
Last Version | Last Version3.6.0 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
jquery-3.6.0.pom | |
jquery-3.6.0.jar | 470 KB |
jquery-3.6.0-sources.jar | 22 bytes |
jquery-3.6.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery/
implementation 'org.webjars.bower:jquery:3.6.0'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery/
implementation ("org.webjars.bower:jquery:3.6.0")
'org.webjars.bower:jquery:jar:3.6.0'
<dependency org="org.webjars.bower" name="jquery" rev="3.6.0">
<artifact name="jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery', version='3.6.0')
)
libraryDependencies += "org.webjars.bower" % "jquery" % "3.6.0"
[org.webjars.bower/jquery "3.6.0"]