is not current version
Last Version 1.1.2

org.lappsgrid.maven:groovy-parent-pom 1.0.0

POM file to use for LAPPS Grid Groovy projects

Categories

Categories

Groovy Languages Maven Build Tools
GroupId

GroupId

org.lappsgrid.maven
ArtifactId

ArtifactId

groovy-parent-pom
Version

Version

1.0.0
Type

Type

pom

Download groovy-parent-pom 1.0.0


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