GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdwebshim |
Version | Version1.15.8 |
Type | Typejar |
Filename | Size |
---|---|
webshim-1.15.8.pom | |
webshim-1.15.8.jar | 2 MB |
webshim-1.15.8-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/webshim/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webshim</artifactId>
<version>1.15.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/webshim/
implementation 'org.webjars:webshim:1.15.8'
// https://jarcasting.com/artifacts/org.webjars/webshim/
implementation ("org.webjars:webshim:1.15.8")
'org.webjars:webshim:jar:1.15.8'
<dependency org="org.webjars" name="webshim" rev="1.15.8">
<artifact name="webshim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='webshim', version='1.15.8')
)
libraryDependencies += "org.webjars" % "webshim" % "1.15.8"
[org.webjars/webshim "1.15.8"]