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