GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-framework-parent |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionchoerodon-framework
Choerodon framework parent
|
Filename | Size |
---|---|
choerodon-framework-parent-1.0.1.RELEASE.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-framework-parent/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-framework-parent</artifactId>
<version>1.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-framework-parent/
implementation 'io.choerodon:choerodon-framework-parent:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-framework-parent/
implementation ("io.choerodon:choerodon-framework-parent:1.0.1.RELEASE")
'io.choerodon:choerodon-framework-parent:pom:1.0.1.RELEASE'
<dependency org="io.choerodon" name="choerodon-framework-parent" rev="1.0.1.RELEASE">
<artifact name="choerodon-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-framework-parent', version='1.0.1.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-framework-parent" % "1.0.1.RELEASE"
[io.choerodon/choerodon-framework-parent "1.0.1.RELEASE"]