GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdes5-shim |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
es5-shim-2.1.0.pom | |
es5-shim-2.1.0.jar | 78 KB |
es5-shim-2.1.0-sources.jar | 22 bytes |
es5-shim-2.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/es5-shim/
implementation 'org.webjars.bower:es5-shim:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.bower/es5-shim/
implementation ("org.webjars.bower:es5-shim:2.1.0")
'org.webjars.bower:es5-shim:jar:2.1.0'
<dependency org="org.webjars.bower" name="es5-shim" rev="2.1.0">
<artifact name="es5-shim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='es5-shim', version='2.1.0')
)
libraryDependencies += "org.webjars.bower" % "es5-shim" % "2.1.0"
[org.webjars.bower/es5-shim "2.1.0"]