is not current version
Last Version 1.0.7

com.github.rmannibucau:common-maven-plugin 1.0.0

Some common maven utilities.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.rmannibucau
ArtifactId

ArtifactId

common-maven-plugin
Version

Version

1.0.0
Type

Type

jar

Download common-maven-plugin 1.0.0


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