is not current version
Last Version 3.22.8

org.webjars.npm:core-js 0.9.11

WebJar for core-js

Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

core-js
Version

Version

0.9.11
Type

Type

jar

Download core-js 0.9.11


<!-- https://jarcasting.com/artifacts/org.webjars.npm/core-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>core-js</artifactId>
    <version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/core-js/
implementation 'org.webjars.npm:core-js:0.9.11'
// https://jarcasting.com/artifacts/org.webjars.npm/core-js/
implementation ("org.webjars.npm:core-js:0.9.11")
'org.webjars.npm:core-js:jar:0.9.11'
<dependency org="org.webjars.npm" name="core-js" rev="0.9.11">
  <artifact name="core-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='core-js', version='0.9.11')
)
libraryDependencies += "org.webjars.npm" % "core-js" % "0.9.11"
[org.webjars.npm/core-js "0.9.11"]