is not current version
Last Version 3.6.4

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

Java 5 annotations to use in Mojos

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugin-tools
ArtifactId

ArtifactId

maven-plugin-annotations
Version

Version

3.5
Type

Type

jar

Download maven-plugin-annotations 3.5


<!-- https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-annotations/ -->
<dependency>
    <groupId>org.apache.maven.plugin-tools</groupId>
    <artifactId>maven-plugin-annotations</artifactId>
    <version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-annotations/
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.5'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-annotations/
implementation ("org.apache.maven.plugin-tools:maven-plugin-annotations:3.5")
'org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5'
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.5">
  <artifact name="maven-plugin-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.5')
)
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.5"
[org.apache.maven.plugin-tools/maven-plugin-annotations "3.5"]