is not current version
Last Version 1.1.0

org.venutolo:groovy-project-parent-with-config 1.0.1

Parent POM for Groovy projects that inherits from groovy-project-parent and includes plugin configuration.

Categories

Categories

Groovy Languages config Application Layer Libs Configuration
GroupId

GroupId

org.venutolo
ArtifactId

ArtifactId

groovy-project-parent-with-config
Version

Version

1.0.1
Type

Type

pom

Download groovy-project-parent-with-config 1.0.1


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