Download maven-plugin-annotations-3.5.2.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 3.5.2 in this page.

License

The Revised BSD Licence

Build File

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

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

Download

Click the following link to download the jar file.

maven-plugin-annotations-3.5.2-javadoc.jar
maven-plugin-annotations-3.5.2-sources.jar
maven-plugin-annotations-3.5.2.jar
maven-plugin-annotations-3.5.2.pom



Related Tutorials