Download maven-plugin-tools-model-3.0.jar file - Jar m

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

Description

The Maven Plugin Metadata Model provides an API to play with the Metadata model.

You can download jar file maven-plugin-tools-model 3.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

maven-plugin-tools-model-3.0-javadoc.jar
maven-plugin-tools-model-3.0-sources.jar
maven-plugin-tools-model-3.0.jar
maven-plugin-tools-model-3.0.pom



Related Tutorials