m

maven-plugin-parent

This is the parent pom for all MOJO development within the com.robertboothby namespace
https://github.com/RobertBoothby/mojo-parent
Apache License, Version 2.0
Robert Boothby
文件下载
文件名 操作
maven-plugin-parent-0.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.robertboothby</groupId>
  <artifactId>maven-plugin-parent</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.robertboothby:maven-plugin-parent:0.1.0'
Gradle Kotlin
implementation("com.robertboothby:maven-plugin-parent:0.1.0")
Scala SBT
libraryDependencies += "com.robertboothby" % "maven-plugin-parent" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.robertboothby', module='maven-plugin-parent', version='0.1.0')
)
Apache Ivy
<dependency org="com.robertboothby" name="maven-plugin-parent" rev="0.1.0" />
Leiningen
[com.robertboothby/maven-plugin-parent "0.1.0"]
Apache Buildr
'com.robertboothby:maven-plugin-parent:jar:0.1.0'