GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery-colorbox |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
jquery-colorbox-1.6.3.pom | |
jquery-colorbox-1.6.3.jar | 36 KB |
jquery-colorbox-1.6.3-sources.jar | 3 KB |
jquery-colorbox-1.6.3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery-colorbox/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-colorbox</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-colorbox/
implementation 'org.webjars:jquery-colorbox:1.6.3'
// https://jarcasting.com/artifacts/org.webjars/jquery-colorbox/
implementation ("org.webjars:jquery-colorbox:1.6.3")
'org.webjars:jquery-colorbox:jar:1.6.3'
<dependency org="org.webjars" name="jquery-colorbox" rev="1.6.3">
<artifact name="jquery-colorbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-colorbox', version='1.6.3')
)
libraryDependencies += "org.webjars" % "jquery-colorbox" % "1.6.3"
[org.webjars/jquery-colorbox "1.6.3"]