GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-starter-parent |
Version | Version0.9.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
choerodon-starter-parent-0.9.0.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-parent/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-parent</artifactId>
<version>0.9.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-parent/
implementation 'io.choerodon:choerodon-starter-parent:0.9.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-parent/
implementation ("io.choerodon:choerodon-starter-parent:0.9.0.RELEASE")
'io.choerodon:choerodon-starter-parent:pom:0.9.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-parent" rev="0.9.0.RELEASE">
<artifact name="choerodon-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-parent', version='0.9.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-parent" % "0.9.0.RELEASE"
[io.choerodon/choerodon-starter-parent "0.9.0.RELEASE"]