<dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-test</artifactId> <version>4.0.16</version> </dependency>
implementation 'org.apache.groovy:groovy-test:4.0.16'
implementation("org.apache.groovy:groovy-test:4.0.16")
libraryDependencies += "org.apache.groovy" % "groovy-test" % "4.0.16"
@Grapes( @Grab(group='org.apache.groovy', module='groovy-test', version='4.0.16') )
<dependency org="org.apache.groovy" name="groovy-test" rev="4.0.16" />
[org.apache.groovy/groovy-test "4.0.16"]
'org.apache.groovy:groovy-test:jar:4.0.16'
compile
|-- org.apache.groovy:groovy:4.0.16
|-- junit:junit:4.13.2