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