File | Operation |
---|---|
choerodon-starter-parent-0.11.0.RELEASE.pom | download |
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-parent</artifactId>
<version>0.11.0.RELEASE</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-parent', version='0.11.0.RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.6.RELEASE</version> </parent>
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.spockframework:spock-core:1.1-groovy-2.4-rc-2