is not current version
Last Version 3.22.8

org.webjars.npm:core-js 3.19.1

WebJar for core-js

Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

core-js
Version

Version

3.19.1
Type

Type

jar

Download core-js 3.19.1


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