is not current version
Last Version 1.0.45

com.github.mengweijin:quickboot-parent 1.0.2

Quick boot for spring boot project.

GroupId

GroupId

com.github.mengweijin
ArtifactId

ArtifactId

quickboot-parent
Version

Version

1.0.2
Type

Type

pom

Download quickboot-parent 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-parent/ -->
<dependency>
    <groupId>com.github.mengweijin</groupId>
    <artifactId>quickboot-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-parent/
implementation 'com.github.mengweijin:quickboot-parent:1.0.2'
// https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-parent/
implementation ("com.github.mengweijin:quickboot-parent:1.0.2")
'com.github.mengweijin:quickboot-parent:pom:1.0.2'
<dependency org="com.github.mengweijin" name="quickboot-parent" rev="1.0.2">
  <artifact name="quickboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mengweijin', module='quickboot-parent', version='1.0.2')
)
libraryDependencies += "com.github.mengweijin" % "quickboot-parent" % "1.0.2"
[com.github.mengweijin/quickboot-parent "1.0.2"]