MVN

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

Maven & Gradle

Dec 19, 2011
33 usages

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.

<dependency>
    <groupId>org.jfrog.maven.annomojo</groupId>
    <artifactId>maven-plugin-anno</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfrog.maven.annomojo : maven-plugin-anno to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of org.jfrog.maven.annomojo : maven-plugin-anno to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-plugin-anno-1.4.1
1.3.x
maven-plugin-anno-1.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jfrog.maven.annomojo</groupId>
    <artifactId>maven-plugin-anno</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jfrog.maven.annomojo : maven-plugin-anno gradle dependency to your build.gradle file:

implementation 'org.jfrog.maven.annomojo:maven-plugin-anno:1.4.1'

Gradle Kotlin DSL: Add the following org.jfrog.maven.annomojo : maven-plugin-anno gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jfrog.maven.annomojo:maven-plugin-anno:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jfrog.maven.annomojo : maven-plugin-anno sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jfrog.maven.annomojo" % "maven-plugin-anno" % "1.4.1"