Download maven-plugin-tools-generators-3.3.jar file - Jar m

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

Description

The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from plugin descriptor extracted from plugin sources.

You can download jar file maven-plugin-tools-generators 3.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

maven-plugin-tools-generators-3.3-javadoc.jar
maven-plugin-tools-generators-3.3-sources.jar
maven-plugin-tools-generators-3.3.jar
maven-plugin-tools-generators-3.3.pom



Related Tutorials