m

maven-plexus-plugin

文件下载
文件名 操作
maven-plexus-plugin-0.5.jar 下载
maven-plexus-plugin-0.5.pom 下载
Apache Maven
<dependency>
  <groupId>plexus</groupId>
  <artifactId>maven-plexus-plugin</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'plexus:maven-plexus-plugin:0.5'
Gradle Kotlin
implementation("plexus:maven-plexus-plugin:0.5")
Scala SBT
libraryDependencies += "plexus" % "maven-plexus-plugin" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='plexus', module='maven-plexus-plugin', version='0.5')
)
Apache Ivy
<dependency org="plexus" name="maven-plexus-plugin" rev="0.5" />
Leiningen
[plexus/maven-plexus-plugin "0.5"]
Apache Buildr
'plexus:maven-plexus-plugin:jar:0.5'
本项目依赖
该项目无第三方依赖