Last Version

Maven Plugin Utils 2.0.0

A Java library which contains utilities for Maven 3 plugins.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

biz.gabrys.maven
ArtifactId

ArtifactId

plugin-utils
Version

Version

2.0.0
Type

Type

jar
Description

Description

Maven Plugin Utils
A Java library which contains utilities for Maven 3 plugins.
Project URL

Project URL

http://maven-plugin-utils.projects.gabrys.biz/2.0.0/
Project Organization

Project Organization

gabrys.biz
Source Code Management

Source Code Management

https://github.com/gabrysbiz/maven-plugin-utils

Download plugin-utils 2.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.5

provided (1)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 1.7.1
org.mockito : mockito-core jar 2.13.0

Project Modules

There are no modules declared in this project.