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