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