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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials