MVN

plexus : maven-plexus-plugin

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>plexus</groupId>
    <artifactId>maven-plexus-plugin</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of plexus : maven-plexus-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of plexus : maven-plexus-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
maven-plexus-plugin-0.6
0.5
maven-plexus-plugin-0.5
0.4
maven-plexus-plugin-0.4
0.3
maven-plexus-plugin-0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>plexus</groupId>
    <artifactId>maven-plexus-plugin</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following plexus : maven-plexus-plugin gradle dependency to your build.gradle file:

implementation 'plexus:maven-plexus-plugin:0.6'

Gradle Kotlin DSL: Add the following plexus : maven-plexus-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("plexus:maven-plexus-plugin:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following plexus : maven-plexus-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "plexus" % "maven-plexus-plugin" % "0.6"

Advertisement