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