is not current version
Last Version 2.3.0

cn.jiangzeyin.fast-boot:common-parent 2.1.3

Spring Boot fast-boot

GroupId

GroupId

cn.jiangzeyin.fast-boot
ArtifactId

ArtifactId

common-parent
Version

Version

2.1.3
Type

Type

pom

Download common-parent 2.1.3

Filename Size
common-parent-2.1.3.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-parent/ -->
<dependency>
    <groupId>cn.jiangzeyin.fast-boot</groupId>
    <artifactId>common-parent</artifactId>
    <version>2.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-parent/
implementation 'cn.jiangzeyin.fast-boot:common-parent:2.1.3'
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-parent/
implementation ("cn.jiangzeyin.fast-boot:common-parent:2.1.3")
'cn.jiangzeyin.fast-boot:common-parent:pom:2.1.3'
<dependency org="cn.jiangzeyin.fast-boot" name="common-parent" rev="2.1.3">
  <artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.jiangzeyin.fast-boot', module='common-parent', version='2.1.3')
)
libraryDependencies += "cn.jiangzeyin.fast-boot" % "common-parent" % "2.1.3"
[cn.jiangzeyin.fast-boot/common-parent "2.1.3"]