Files download
File Operation
groovy-binary-2.3.4.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-binary</artifactId>
  <version>2.3.4</version>
  <type>zip</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-binary:2.3.4'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-binary:2.3.4")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-binary" % "2.3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-binary', version='2.3.4')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-binary" rev="2.3.4" />
Leiningen
[org.codehaus.groovy/groovy-binary "2.3.4"]
Apache Buildr
'org.codehaus.groovy:groovy-binary:jar:2.3.4'
Dependencies
The project has no third-party dependencies