<dependency>
<groupId>org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.8</version>
</dependency>
implementation group: 'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy', name: 'groovy-all', version: '3.0.8'
implementation 'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-all:3.0.8'
implementation("org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-all:3.0.8")
libraryDependencies += "org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" % "groovy-all" % "3.0.8"
<dependency org="org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" name="groovy-all" rev="3.0.8"/>
@Grapes(
@Grab(group='org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy', module='groovy-all', version='3.0.8')
)
[org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-all "3.0.8"]
'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-all:jar:3.0.8'