is not current version
Last Version 2.2.1

org.anc.maven:groovy-parent-pom 2.2.0

Parent POM for Groovy projects.

Categories

Categories

Groovy Languages Maven Build Tools
GroupId

GroupId

org.anc.maven
ArtifactId

ArtifactId

groovy-parent-pom
Version

Version

2.2.0
Type

Type

pom

Download groovy-parent-pom 2.2.0


<!-- https://jarcasting.com/artifacts/org.anc.maven/groovy-parent-pom/ -->
<dependency>
    <groupId>org.anc.maven</groupId>
    <artifactId>groovy-parent-pom</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.anc.maven/groovy-parent-pom/
implementation 'org.anc.maven:groovy-parent-pom:2.2.0'
// https://jarcasting.com/artifacts/org.anc.maven/groovy-parent-pom/
implementation ("org.anc.maven:groovy-parent-pom:2.2.0")
'org.anc.maven:groovy-parent-pom:pom:2.2.0'
<dependency org="org.anc.maven" name="groovy-parent-pom" rev="2.2.0">
  <artifact name="groovy-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.anc.maven', module='groovy-parent-pom', version='2.2.0')
)
libraryDependencies += "org.anc.maven" % "groovy-parent-pom" % "2.2.0"
[org.anc.maven/groovy-parent-pom "2.2.0"]