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