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