GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-starter-metric |
Version | Version0.14.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-metric/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-metric</artifactId>
<version>0.14.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-metric/
implementation 'io.choerodon:choerodon-starter-metric:0.14.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-metric/
implementation ("io.choerodon:choerodon-starter-metric:0.14.0.RELEASE")
'io.choerodon:choerodon-starter-metric:jar:0.14.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-metric" rev="0.14.0.RELEASE">
<artifact name="choerodon-starter-metric" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-metric', version='0.14.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-metric" % "0.14.0.RELEASE"
[io.choerodon/choerodon-starter-metric "0.14.0.RELEASE"]