MVN

io.github.pereduromega : NpmPlugin

Maven & Gradle

Mar 10, 2023
11 stars

npm.plugin · Simple way to use npm scripts from gradle with scripts defined in package.json being auto-extracted as gradle tasks

<dependency>
    <groupId>io.github.pereduromega</groupId>
    <artifactId>NpmPlugin</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pereduromega : NpmPlugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.github.pereduromega : NpmPlugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
NpmPlugin-1.3.0
1.2.x
NpmPlugin-1.2.6
NpmPlugin-1.2.5
NpmPlugin-1.2.4
NpmPlugin-1.2.3
NpmPlugin-1.2.2
NpmPlugin-1.2.1
NpmPlugin-1.2.0
1.1.x
NpmPlugin-1.1.3

How to add a dependency to Maven

Add the following io.github.pereduromega : NpmPlugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pereduromega</groupId>
    <artifactId>NpmPlugin</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pereduromega : NpmPlugin gradle dependency to your build.gradle file:

implementation 'io.github.pereduromega:NpmPlugin:1.3.0'

Gradle Kotlin DSL: Add the following io.github.pereduromega : NpmPlugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pereduromega:NpmPlugin:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pereduromega : NpmPlugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pereduromega" % "NpmPlugin" % "1.3.0"