MVN

org.apache.maven.plugin-tools : maven-plugin-annotations

Maven & Gradle

May 12, 2023
4.6k usages
35 stars

Maven Plugin Tools Java Annotations · Java annotations to use in Mojos

<dependency>
    <groupId>org.apache.maven.plugin-tools</groupId>
    <artifactId>maven-plugin-annotations</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugin-tools : maven-plugin-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of org.apache.maven.plugin-tools : maven-plugin-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
maven-plugin-annotations-3.9.0
3.8.x
maven-plugin-annotations-3.8.2
maven-plugin-annotations-3.8.1
3.7.x
maven-plugin-annotations-3.7.1
maven-plugin-annotations-3.7.0
3.6.x
maven-plugin-annotations-3.6.4
maven-plugin-annotations-3.6.2
maven-plugin-annotations-3.6.1
maven-plugin-annotations-3.6.0
3.5.x
maven-plugin-annotations-3.5.2
maven-plugin-annotations-3.5.1
3.5
maven-plugin-annotations-3.5
3.4
maven-plugin-annotations-3.4
3.3
maven-plugin-annotations-3.3
3.2
maven-plugin-annotations-3.2
3.1
maven-plugin-annotations-3.1
3.0
maven-plugin-annotations-3.0

How to add a dependency to Maven

Add the following org.apache.maven.plugin-tools : maven-plugin-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.maven.plugin-tools</groupId>
    <artifactId>maven-plugin-annotations</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.maven.plugin-tools : maven-plugin-annotations gradle dependency to your build.gradle file:

implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.9.0'

Gradle Kotlin DSL: Add the following org.apache.maven.plugin-tools : maven-plugin-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.maven.plugin-tools : maven-plugin-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.9.0"

Advertisement

Dependencies from Group

Discover Dependencies

May 25, 2017
7 usages
9.4k stars
Aug 31, 2016
12 stars
May 10, 2017
5 usages
79 stars
Oct 30, 2017
4 usages
95 stars
Aug 13, 2023
12 usages
3 stars
Mar 10, 2017
1 usages
10 stars
Aug 28, 2020
14 usages
2k stars
May 11, 2018
1.9k stars