Download maven-plugin-tools-annotations-3.5.jar file - Jar m

Jar examples for m:maven-plugin-tools-annotations

Description

Descriptor extractor for plugins written in Java with Java 5 annotations.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

maven-plugin-tools-annotations-3.5-javadoc.jar
maven-plugin-tools-annotations-3.5-sources.jar
maven-plugin-tools-annotations-3.5-test-sources.jar
maven-plugin-tools-annotations-3.5-tests.jar
maven-plugin-tools-annotations-3.5.jar
maven-plugin-tools-annotations-3.5.pom



Related Tutorials