Files download
File Operation
maven-plugin-8.0.0-rc4.jar download
maven-plugin-8.0.0-rc4.pom download
maven-plugin-8.0.0-rc4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.freefair.gradle</groupId>
  <artifactId>maven-plugin</artifactId>
  <version>8.0.0-rc4</version>
</dependency>
Gradle Groovy
implementation 'io.freefair.gradle:maven-plugin:8.0.0-rc4'
Gradle Kotlin
implementation("io.freefair.gradle:maven-plugin:8.0.0-rc4")
Scala SBT
libraryDependencies += "io.freefair.gradle" % "maven-plugin" % "8.0.0-rc4"
Groovy Grape
@Grapes(
  @Grab(group='io.freefair.gradle', module='maven-plugin', version='8.0.0-rc4')
)
Apache Ivy
<dependency org="io.freefair.gradle" name="maven-plugin" rev="8.0.0-rc4" />
Leiningen
[io.freefair.gradle/maven-plugin "8.0.0-rc4"]
Apache Buildr
'io.freefair.gradle:maven-plugin:jar:8.0.0-rc4'