| GroupId | GroupIdio.choerodon | 
    
|---|---|
| ArtifactId | ArtifactIdchoerodon-starter-core | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-core/ -->
<dependency>
    <groupId>io.choerodon</groupId>
    <artifactId>choerodon-starter-core</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-core/
implementation 'io.choerodon:choerodon-starter-core:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-core/
implementation ("io.choerodon:choerodon-starter-core:1.0.0.RELEASE")
                'io.choerodon:choerodon-starter-core:jar:1.0.0.RELEASE'
                <dependency org="io.choerodon" name="choerodon-starter-core" rev="1.0.0.RELEASE">
  <artifact name="choerodon-starter-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-core', version='1.0.0.RELEASE')
)
                libraryDependencies += "io.choerodon" % "choerodon-starter-core" % "1.0.0.RELEASE"
                [io.choerodon/choerodon-starter-core "1.0.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.hzero.starter » hzero-starter-mybatis-mapper | jar | |
| org.hzero.boot » hzero-boot-message | jar | |
| com.netflix.ribbon : ribbon-core | jar | 2.2.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.spockframework : spock-core | jar | 1.1-groovy-2.4-rc-2 | 
| org.spockframework : spock-spring | jar | 1.1-groovy-2.4-rc-3 | 
| cglib : cglib-nodep | jar | 2.2 |