Download plugin-utils-1.4.0.jar file - Jar p

Jar examples for p:plugin-utils

Description

The Maven Plugin Utils is a Java library which contains utilities for the Maven 2 plugins.

You can download jar file plugin-utils 1.4.0 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add plugin-utils-1.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

plugin-utils-1.4.0-javadoc.jar
plugin-utils-1.4.0-sources.jar
plugin-utils-1.4.0.jar
plugin-utils-1.4.0.pom



Related Tutorials