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