Jar examples for p:plugin-utils
The Maven Plugin Utils is a Java library which contains utilities for the Maven 2 plugins.
You can download jar file plugin-utils 2.0.0 in this page.
The BSD 3-Clause License
You can use the following script to add plugin-utils-2.0.0.jar to your project.
<dependency> <groupId>biz.gabrys.maven</groupId> <artifactId>plugin-utils</artifactId> <version>2.0.0</version> </dependency>
compile group: 'biz.gabrys.maven', name: 'plugin-utils', version: '2.0.0'
libraryDependencies += "biz.gabrys.maven" % "plugin-utils" % "2.0.0"
<dependency org="biz.gabrys.maven" name="plugin-utils" rev="2.0.0"/>
@Grapes(@Grab(group='biz.gabrys.maven', module='plugin-utils', version='2.0.0'))
'biz.gabrys.maven:plugin-utils:jar:2.0.0'
Click the following link to download the jar file.
plugin-utils-2.0.0-javadoc.jar