Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.choerodon |
ArtifactId | ArtifactIdchoerodon-starter-config-client |
Version | Version0.13.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-config-client/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-config-client</artifactId>
<version>0.13.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-config-client/
implementation 'io.choerodon:choerodon-starter-config-client:0.13.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-config-client/
implementation ("io.choerodon:choerodon-starter-config-client:0.13.0.RELEASE")
'io.choerodon:choerodon-starter-config-client:jar:0.13.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-config-client" rev="0.13.0.RELEASE">
<artifact name="choerodon-starter-config-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-config-client', version='0.13.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-config-client" % "0.13.0.RELEASE"
[io.choerodon/choerodon-starter-config-client "0.13.0.RELEASE"]