is not current version
Last Version 1.0.1.RELEASE

io.choerodon:choerodon-starter-parent 0.7.0.RELEASE


GroupId

GroupId

io.choerodon
ArtifactId

ArtifactId

choerodon-starter-parent
Version

Version

0.7.0.RELEASE
Type

Type

pom

Download choerodon-starter-parent 0.7.0.RELEASE


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