m

maven-plugin-annotations

Java annotations to use in Mojos
Files download
File Operation
maven-plugin-annotations-3.6.0.jar download
maven-plugin-annotations-3.6.0.pom download
maven-plugin-annotations-3.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.maven.plugin-tools</groupId>
  <artifactId>maven-plugin-annotations</artifactId>
  <version>3.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0'
Gradle Kotlin
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0")
Scala SBT
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.6.0')
)
Apache Ivy
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.6.0" />
Leiningen
[org.apache.maven.plugin-tools/maven-plugin-annotations "3.6.0"]
Apache Buildr
'org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.0'