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