Download org.jfrog.maven.maven-plugin-anno-1.4.1.jar file - Jar o

Jar examples for o:org.jfrog.maven.maven-plugin-anno

Description

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.

You can download jar file org.jfrog.maven.maven-plugin-anno 1.4.1 in this page.

License

Apache License

Build File

You can use the following script to add org.jfrog.maven.maven-plugin-anno-1.4.1.jar to your project.

<dependency>
   <groupId>br.com.ingenieux.maven.annomojo</groupId>
   <artifactId>org.jfrog.maven.maven-plugin-anno</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'br.com.ingenieux.maven.annomojo', name: 'org.jfrog.maven.maven-plugin-anno', version: '1.4.1'
libraryDependencies += "br.com.ingenieux.maven.annomojo" % "org.jfrog.maven.maven-plugin-anno" % "1.4.1"
<dependency org="br.com.ingenieux.maven.annomojo" name="org.jfrog.maven.maven-plugin-anno" rev="1.4.1"/>
@Grapes(@Grab(group='br.com.ingenieux.maven.annomojo', module='org.jfrog.maven.maven-plugin-anno', version='1.4.1'))
'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-anno:jar:1.4.1'

Download

Click the following link to download the jar file.

org.jfrog.maven.maven-plugin-anno-1.4.1-javadoc.jar
org.jfrog.maven.maven-plugin-anno-1.4.1-sources.jar
org.jfrog.maven.maven-plugin-anno-1.4.1.jar
org.jfrog.maven.maven-plugin-anno-1.4.1.pom



Related Tutorials