<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-event-producer</artifactId>
<version>0.6.4.RELEASE</version>
</dependency>
libraryDependencies += "io.choerodon" % "choerodon-starter-event-producer" % "0.6.4.RELEASE"
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-event-producer', version='0.6.4.RELEASE')
)
<dependency org="io.choerodon" name="choerodon-starter-event-producer" rev="0.6.4.RELEASE" />
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.6.4.RELEASE</version> </parent>
compile
|-- io.choerodon:choerodon-starter-core
|-- org.springframework.boot:spring-boot-starter-jdbc
provided
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.cloud:spring-cloud-starter-feign
|-- io.choerodon:choerodon-starter-mybatis-mapper
test
|-- junit:junit