is not current version
Last Version 1.0.1.RELEASE

io.choerodon:choerodon-starter-core 0.15.1.RELEASE


GroupId

GroupId

io.choerodon
ArtifactId

ArtifactId

choerodon-starter-core
Version

Version

0.15.1.RELEASE
Type

Type

jar

Download choerodon-starter-core 0.15.1.RELEASE


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