is not current version
Last Version 2.7.1

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

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.4.1
Type

Type

pom

Download mcn-boot-starter-parent 2.4.1


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