MVN

org.webjars.npm : babel-standalone

Maven & Gradle

Oct 11, 2018
2 usages

babel-standalone · WebJar for babel-standalone

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>babel-standalone</artifactId>
    <version>6.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : babel-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.21.1

All Versions

Choose a version of org.webjars.npm : babel-standalone to add to Maven or Gradle - All Versions:

  • Version Updated
  • babel-standalone-6.21.1

    Oct 11, 2018
  • babel-standalone-6.26.0

    Aug 17, 2017
  • babel-standalone-6.24.0

    Apr 06, 2017
  • babel-standalone-6.23.1

    Mar 02, 2017
  • babel-standalone-6.19.0

    Dec 29, 2016
  • babel-standalone-6.18.1

    Oct 31, 2016
  • babel-standalone-6.7.7

    May 31, 2016
  • babel-standalone-6.6.5

    Mar 11, 2016
  • babel-standalone-1.0.0

    Jan 13, 2016

How to add a dependency to Maven

Add the following org.webjars.npm : babel-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>babel-standalone</artifactId>
    <version>6.21.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : babel-standalone gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:babel-standalone:6.21.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : babel-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:babel-standalone:6.21.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : babel-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "babel-standalone" % "6.21.1"