Files download
File Operation
groovy-io-1.0.7.jar download
groovy-io-1.0.7.pom download
groovy-io-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>groovy-io</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:groovy-io:1.0.7'
Gradle Kotlin
implementation("com.cedarsoftware:groovy-io:1.0.7")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "groovy-io" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='groovy-io', version='1.0.7')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="groovy-io" rev="1.0.7" />
Leiningen
[com.cedarsoftware/groovy-io "1.0.7"]
Apache Buildr
'com.cedarsoftware:groovy-io:jar:1.0.7'