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