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