| License |
License
MIT
|
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdcore-js-bundle |
| Version | Version3.15.2 |
| Type | Typejar |
| Description |
Descriptioncore-js-bundle
WebJar for core-js-bundle
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-js-bundle-3.15.2.pom | |
| core-js-bundle-3.15.2.jar | 247 KB |
| core-js-bundle-3.15.2-sources.jar | 22 bytes |
| core-js-bundle-3.15.2-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.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/core-js-bundle/
implementation 'org.webjars.npm:core-js-bundle:3.15.2'
// https://jarcasting.com/artifacts/org.webjars.npm/core-js-bundle/
implementation ("org.webjars.npm:core-js-bundle:3.15.2")
'org.webjars.npm:core-js-bundle:jar:3.15.2'
<dependency org="org.webjars.npm" name="core-js-bundle" rev="3.15.2">
<artifact name="core-js-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='core-js-bundle', version='3.15.2')
)
libraryDependencies += "org.webjars.npm" % "core-js-bundle" % "3.15.2"
[org.webjars.npm/core-js-bundle "3.15.2"]