b

babel-core

WebJar for babel-core
http://webjars.org
MIT
Files download
File Operation
babel-core-6.0.16.jar download
babel-core-6.0.16.pom download
babel-core-6.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>babel-core</artifactId>
  <version>6.0.16</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:babel-core:6.0.16'
Gradle Kotlin
implementation("org.webjars.npm:babel-core:6.0.16")
Scala SBT
libraryDependencies += "org.webjars.npm" % "babel-core" % "6.0.16"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='babel-core', version='6.0.16')
)
Apache Ivy
<dependency org="org.webjars.npm" name="babel-core" rev="6.0.16" />
Leiningen
[org.webjars.npm/babel-core "6.0.16"]
Apache Buildr
'org.webjars.npm:babel-core:jar:6.0.16'