GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdes5-shim |
Version | Version4.0.6 |
Type | Typejar |
Filename | Size |
---|---|
es5-shim-4.0.6.pom | |
es5-shim-4.0.6.jar | 38 KB |
es5-shim-4.0.6-sources.jar | 3 KB |
es5-shim-4.0.6-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/es5-shim/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>es5-shim</artifactId>
<version>4.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/es5-shim/
implementation 'org.webjars:es5-shim:4.0.6'
// https://jarcasting.com/artifacts/org.webjars/es5-shim/
implementation ("org.webjars:es5-shim:4.0.6")
'org.webjars:es5-shim:jar:4.0.6'
<dependency org="org.webjars" name="es5-shim" rev="4.0.6">
<artifact name="es5-shim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='es5-shim', version='4.0.6')
)
libraryDependencies += "org.webjars" % "es5-shim" % "4.0.6"
[org.webjars/es5-shim "4.0.6"]