is not current version
Last Version 1.3.2

cz.jirutka.maven:groovy-lombok-parent 1.1.9

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

Categories

Categories

Groovy Languages Maven Build Tools Lombok Application Layer Libs Code Generators
GroupId

GroupId

cz.jirutka.maven
ArtifactId

ArtifactId

groovy-lombok-parent
Version

Version

1.1.9
Type

Type

pom

Download groovy-lombok-parent 1.1.9


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