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