Download maven-plugin-1.1.0.jar file - Jar m

Jar examples for m:maven-plugin

Description

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

You can download jar file maven-plugin 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-plugin-1.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

maven-plugin-1.1.0-javadoc.jar
maven-plugin-1.1.0-sources.jar
maven-plugin-1.1.0.jar
maven-plugin-1.1.0.pom



Related Tutorials