is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-bom 3.0.4

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-bom
Version

Version

3.0.4
Type

Type

pom

Download groovy-bom 3.0.4

Filename Size
groovy-bom-3.0.4.pom 25 KB
Browse

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