is not current version
Last Version 1.4.1

org.jfrog.maven.annomojo:maven-plugin-anno 1.3.1

Maven Anno Mojo module with all the JDK 1.5 annotations needed when writing maven plugin classes (Mojo). Every maven plugins using Anno Mojo should be directly or transitively dependant on this POM.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.jfrog.maven.annomojo
ArtifactId

ArtifactId

maven-plugin-anno
Version

Version

1.3.1
Type

Type

jar

Download maven-plugin-anno 1.3.1


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