GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdes6-shim |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
es6-shim-0.9.2.pom | |
es6-shim-0.9.2.jar | 9 KB |
es6-shim-0.9.2-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/es6-shim/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>es6-shim</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/es6-shim/
implementation 'org.webjars:es6-shim:0.9.2'
// https://jarcasting.com/artifacts/org.webjars/es6-shim/
implementation ("org.webjars:es6-shim:0.9.2")
'org.webjars:es6-shim:jar:0.9.2'
<dependency org="org.webjars" name="es6-shim" rev="0.9.2">
<artifact name="es6-shim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='es6-shim', version='0.9.2')
)
libraryDependencies += "org.webjars" % "es6-shim" % "0.9.2"
[org.webjars/es6-shim "0.9.2"]