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