is not current version
Last Version 2.0.0

biz.gabrys.maven:plugin-utils 1.1

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.1
Type

Type

jar

Download plugin-utils 1.1


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