is not current version
Last Version 2.7.1

cn.hiboot.mcn:mcn-boot-starter-parent 2.5.7

Parent pom providing dependency and plugin management for applications built with Maven

GroupId

GroupId

cn.hiboot.mcn
ArtifactId

ArtifactId

mcn-boot-starter-parent
Version

Version

2.5.7
Type

Type

pom

Download mcn-boot-starter-parent 2.5.7


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