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