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