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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials