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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

maven-plugin-tools-annotations-1.1.20180226045720-javadoc.jar
maven-plugin-tools-annotations-1.1.20180226045720-sources.jar
maven-plugin-tools-annotations-1.1.20180226045720.jar
maven-plugin-tools-annotations-1.1.20180226045720.pom



Related Tutorials