MVN

io.wcm.maven.plugins : nodejs-maven-plugin

Maven & Gradle

Jan 27, 2022
2 stars

Node.js Maven Plugin · Maven Plugin to wrap the Node.js execution.

<dependency>
    <groupId>io.wcm.maven.plugins</groupId>
    <artifactId>nodejs-maven-plugin</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm.maven.plugins : nodejs-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of io.wcm.maven.plugins : nodejs-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
nodejs-maven-plugin-3.0.6
nodejs-maven-plugin-3.0.4
nodejs-maven-plugin-3.0.2
nodejs-maven-plugin-3.0.0
2.0.x
nodejs-maven-plugin-2.0.4
nodejs-maven-plugin-2.0.2
nodejs-maven-plugin-2.0.0
1.0.x
nodejs-maven-plugin-1.0.6
nodejs-maven-plugin-1.0.4
nodejs-maven-plugin-1.0.2
nodejs-maven-plugin-1.0.0

How to add a dependency to Maven

Add the following io.wcm.maven.plugins : nodejs-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.wcm.maven.plugins</groupId>
    <artifactId>nodejs-maven-plugin</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.wcm.maven.plugins : nodejs-maven-plugin gradle dependency to your build.gradle file:

implementation 'io.wcm.maven.plugins:nodejs-maven-plugin:3.0.6'

Gradle Kotlin DSL: Add the following io.wcm.maven.plugins : nodejs-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.wcm.maven.plugins:nodejs-maven-plugin:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.wcm.maven.plugins : nodejs-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.wcm.maven.plugins" % "nodejs-maven-plugin" % "3.0.6"

Advertisement