Download maven-plugin-annotations-1.0.jar file - Jar m

Jar examples for m:maven-plugin-annotations

Description

Java 5 annotation based implementation of Maven's Javadoc descriptor generation tags.

You can download jar file maven-plugin-annotations 1.0 in this page.

License

The Revised BSD Licence

Build File

You can use the following script to add maven-plugin-annotations-1.0.jar to your project.

<dependency>
   <groupId>au.net.ocean.maven.plugin</groupId>
   <artifactId>maven-plugin-annotations</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'au.net.ocean.maven.plugin', name: 'maven-plugin-annotations', version: '1.0'
libraryDependencies += "au.net.ocean.maven.plugin" % "maven-plugin-annotations" % "1.0"
<dependency org="au.net.ocean.maven.plugin" name="maven-plugin-annotations" rev="1.0"/>
@Grapes(@Grab(group='au.net.ocean.maven.plugin', module='maven-plugin-annotations', version='1.0'))
'au.net.ocean.maven.plugin:maven-plugin-annotations:jar:1.0'

Download

Click the following link to download the jar file.

maven-plugin-annotations-1.0-sources.jar
maven-plugin-annotations-1.0.jar
maven-plugin-annotations-1.0.pom



Related Tutorials