m

mavenplugin

文件下载
文件名 操作
mavenplugin-7.jar 下载
mavenplugin-7.pom 下载
mavenplugin-7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kevoree.mwg.plugins</groupId>
  <artifactId>mavenplugin</artifactId>
  <version>7</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.kevoree.mwg.plugins:mavenplugin:7'
Gradle Kotlin
implementation("org.kevoree.mwg.plugins:mavenplugin:7")
Scala SBT
libraryDependencies += "org.kevoree.mwg.plugins" % "mavenplugin" % "7"
Groovy Grape
@Grapes(
  @Grab(group='org.kevoree.mwg.plugins', module='mavenplugin', version='7')
)
Apache Ivy
<dependency org="org.kevoree.mwg.plugins" name="mavenplugin" rev="7" />
Leiningen
[org.kevoree.mwg.plugins/mavenplugin "7"]
Apache Buildr
'org.kevoree.mwg.plugins:mavenplugin:jar:7'