MVN

com.jarslab.maven : babel-maven-plugin

Maven & Gradle

Jul 03, 2020
25 stars

Babel Maven Plugin · Transpile JavaScript files in Babel in pure Java.

<plugin>
    <groupId>com.jarslab.maven</groupId>
    <artifactId>babel-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jarslab.maven : babel-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.jarslab.maven : babel-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
babel-maven-plugin-1.6
1.5
babel-maven-plugin-1.5
1.4
babel-maven-plugin-1.4
1.3
babel-maven-plugin-1.3
1.2
babel-maven-plugin-1.2
1.1
babel-maven-plugin-1.1
1.0
babel-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.jarslab.maven</groupId>
    <artifactId>babel-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>

Advertisement