m

maven-plexus-plugin

Files download
File Operation
maven-plexus-plugin-0.6.jar download
maven-plexus-plugin-0.6.pom download
Apache Maven
<dependency>
  <groupId>plexus</groupId>
  <artifactId>maven-plexus-plugin</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'plexus:maven-plexus-plugin:0.6'
Gradle Kotlin
implementation("plexus:maven-plexus-plugin:0.6")
Scala SBT
libraryDependencies += "plexus" % "maven-plexus-plugin" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='plexus', module='maven-plexus-plugin', version='0.6')
)
Apache Ivy
<dependency org="plexus" name="maven-plexus-plugin" rev="0.6" />
Leiningen
[plexus/maven-plexus-plugin "0.6"]
Apache Buildr
'plexus:maven-plexus-plugin:jar:0.6'
Dependencies
The project has no third-party dependencies