GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdholderjs |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
holderjs-2.1.0.pom | |
holderjs-2.1.0.jar | 14 KB |
holderjs-2.1.0-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/holderjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>holderjs</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/holderjs/
implementation 'org.webjars:holderjs:2.1.0'
// https://jarcasting.com/artifacts/org.webjars/holderjs/
implementation ("org.webjars:holderjs:2.1.0")
'org.webjars:holderjs:jar:2.1.0'
<dependency org="org.webjars" name="holderjs" rev="2.1.0">
<artifact name="holderjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='holderjs', version='2.1.0')
)
libraryDependencies += "org.webjars" % "holderjs" % "2.1.0"
[org.webjars/holderjs "2.1.0"]