AnnoMojo API

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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.jfrog.maven.annomojo
ArtifactId

ArtifactId

maven-plugin-anno
Last Version

Last Version

1.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

AnnoMojo API
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.
Project URL

Project URL

http://wiki.jfrog.org/confluence/display/OSS/Maven+Anno+Mojo/maven-plugin-anno

Download maven-plugin-anno

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.1
1.3.1