is not current version
Last Version 3.6.4

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

Java 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.6.0
Type

Type

jar

Download maven-plugin-annotations 3.6.0


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