GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjQuery |
Version | Version1.7.3 |
Type | Typejar |
Filename | Size |
---|---|
jQuery-1.7.3.pom | |
jQuery-1.7.3.jar | 164 KB |
jQuery-1.7.3-sources.jar | 22 bytes |
jQuery-1.7.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jQuery/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jQuery</artifactId>
<version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jQuery/
implementation 'org.webjars.npm:jQuery:1.7.3'
// https://jarcasting.com/artifacts/org.webjars.npm/jQuery/
implementation ("org.webjars.npm:jQuery:1.7.3")
'org.webjars.npm:jQuery:jar:1.7.3'
<dependency org="org.webjars.npm" name="jQuery" rev="1.7.3">
<artifact name="jQuery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jQuery', version='1.7.3')
)
libraryDependencies += "org.webjars.npm" % "jQuery" % "1.7.3"
[org.webjars.npm/jQuery "1.7.3"]