| Categories |
CategoriesJavaScript Languages |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdcore-js-bundle |
| Version | Version3.3.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-js-bundle-3.3.6.pom | |
| core-js-bundle-3.3.6.jar | 219 KB |
| core-js-bundle-3.3.6-sources.jar | 22 bytes |
| core-js-bundle-3.3.6-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/core-js-bundle/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>core-js-bundle</artifactId>
<version>3.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/core-js-bundle/
implementation 'org.webjars.npm:core-js-bundle:3.3.6'
// https://jarcasting.com/artifacts/org.webjars.npm/core-js-bundle/
implementation ("org.webjars.npm:core-js-bundle:3.3.6")
'org.webjars.npm:core-js-bundle:jar:3.3.6'
<dependency org="org.webjars.npm" name="core-js-bundle" rev="3.3.6">
<artifact name="core-js-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='core-js-bundle', version='3.3.6')
)
libraryDependencies += "org.webjars.npm" % "core-js-bundle" % "3.3.6"
[org.webjars.npm/core-js-bundle "3.3.6"]