| GroupId | GroupIdio.choerodon | 
    
|---|---|
| ArtifactId | ArtifactIdchoerodon-starter-core | 
    
| Version | Version0.18.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-core/ -->
<dependency>
    <groupId>io.choerodon</groupId>
    <artifactId>choerodon-starter-core</artifactId>
    <version>0.18.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-core/
implementation 'io.choerodon:choerodon-starter-core:0.18.0.RELEASE'
                // https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-core/
implementation ("io.choerodon:choerodon-starter-core:0.18.0.RELEASE")
                'io.choerodon:choerodon-starter-core:jar:0.18.0.RELEASE'
                <dependency org="io.choerodon" name="choerodon-starter-core" rev="0.18.0.RELEASE">
  <artifact name="choerodon-starter-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-core', version='0.18.0.RELEASE')
)
                libraryDependencies += "io.choerodon" % "choerodon-starter-core" % "0.18.0.RELEASE"
                [io.choerodon/choerodon-starter-core "0.18.0.RELEASE"]