is not current version
Last Version 1.3.2

cz.jirutka.maven:groovy-parent 1.1.1

Parent POM for OSS projects that uses Groovy (mainly for tests).

Categories

Categories

Groovy Languages Maven Build Tools
GroupId

GroupId

cz.jirutka.maven
ArtifactId

ArtifactId

groovy-parent
Version

Version

1.1.1
Type

Type

pom

Download groovy-parent 1.1.1

Filename Size
groovy-parent-1.1.1.pom 4 KB
Browse

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