is not current version
Last Version 1.0.9

com.github.chaojunzi:chao-cloud-parent 1.0.4

springboot底层封装及相关工具包

GroupId

GroupId

com.github.chaojunzi
ArtifactId

ArtifactId

chao-cloud-parent
Version

Version

1.0.4
Type

Type

pom

Download chao-cloud-parent 1.0.4


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