m

maven-plexus-plugin

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