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