Download maven-plugin-tools-api-2.4.3.jar file - Jar m

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

Description

The Maven Plugin Tools API provides an API to extract information from and generate documentation for Maven Plugins.

You can download jar file maven-plugin-tools-api 2.4.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

maven-plugin-tools-api-2.4.3-javadoc.jar
maven-plugin-tools-api-2.4.3-sources.jar
maven-plugin-tools-api-2.4.3.jar
maven-plugin-tools-api-2.4.3.pom



Related Tutorials