GroupId | GroupIdorg.webjars.npm |
---|---|
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 | 467 KB |
jquery-3.6.0-sources.jar | 22 bytes |
jquery-3.6.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery/
implementation 'org.webjars.npm:jquery:3.6.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery/
implementation ("org.webjars.npm:jquery:3.6.0")
'org.webjars.npm:jquery:jar:3.6.0'
<dependency org="org.webjars.npm" name="jquery" rev="3.6.0">
<artifact name="jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery', version='3.6.0')
)
libraryDependencies += "org.webjars.npm" % "jquery" % "3.6.0"
[org.webjars.npm/jquery "3.6.0"]