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