| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdbabel-core |
| Version | Version5.8.23 |
| Type | Typejar |
| Filename | Size |
|---|---|
| babel-core-5.8.23.pom | |
| babel-core-5.8.23.jar | 1 MB |
| babel-core-5.8.23-sources.jar | 22 bytes |
| babel-core-5.8.23-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/babel-core/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>babel-core</artifactId>
<version>5.8.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/babel-core/
implementation 'org.webjars.npm:babel-core:5.8.23'
// https://jarcasting.com/artifacts/org.webjars.npm/babel-core/
implementation ("org.webjars.npm:babel-core:5.8.23")
'org.webjars.npm:babel-core:jar:5.8.23'
<dependency org="org.webjars.npm" name="babel-core" rev="5.8.23">
<artifact name="babel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='babel-core', version='5.8.23')
)
libraryDependencies += "org.webjars.npm" % "babel-core" % "5.8.23"
[org.webjars.npm/babel-core "5.8.23"]