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