| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdjquery |
| Last Version | Last Version3.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjquery
WebJar for jQuery
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jquery-3.6.0.pom | |
| jquery-3.6.0.jar | 26 KB |
| jquery-3.6.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery/
implementation 'org.webjars:jquery:3.6.0'
// https://jarcasting.com/artifacts/org.webjars/jquery/
implementation ("org.webjars:jquery:3.6.0")
'org.webjars:jquery:jar:3.6.0'
<dependency org="org.webjars" name="jquery" rev="3.6.0">
<artifact name="jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery', version='3.6.0')
)
libraryDependencies += "org.webjars" % "jquery" % "3.6.0"
[org.webjars/jquery "3.6.0"]