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