is not current version
Last Version 1.3.2

cz.jirutka.maven:groovy-parent 1.2.0

Parent POM for OSS projects that uses Groovy.

Categories

Categories

Groovy Languages Maven Build Tools
GroupId

GroupId

cz.jirutka.maven
ArtifactId

ArtifactId

groovy-parent
Version

Version

1.2.0
Type

Type

pom

Download groovy-parent 1.2.0

Filename Size
groovy-parent-1.2.0.pom 6 KB
Browse

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