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