is not current version
Last Version 2.0.0

biz.gabrys.maven:plugin-utils 1.3.0

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

Categories

Categories

Maven Build Tools
GroupId

GroupId

biz.gabrys.maven
ArtifactId

ArtifactId

plugin-utils
Version

Version

1.3.0
Type

Type

jar

Download plugin-utils 1.3.0


<!-- https://jarcasting.com/artifacts/biz.gabrys.maven/plugin-utils/ -->
<dependency>
    <groupId>biz.gabrys.maven</groupId>
    <artifactId>plugin-utils</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.gabrys.maven/plugin-utils/
implementation 'biz.gabrys.maven:plugin-utils:1.3.0'
// https://jarcasting.com/artifacts/biz.gabrys.maven/plugin-utils/
implementation ("biz.gabrys.maven:plugin-utils:1.3.0")
'biz.gabrys.maven:plugin-utils:jar:1.3.0'
<dependency org="biz.gabrys.maven" name="plugin-utils" rev="1.3.0">
  <artifact name="plugin-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.gabrys.maven', module='plugin-utils', version='1.3.0')
)
libraryDependencies += "biz.gabrys.maven" % "plugin-utils" % "1.3.0"
[biz.gabrys.maven/plugin-utils "1.3.0"]