| License |
License |
|---|---|
| GroupId | GroupIdio.choerodon |
| ArtifactId | ArtifactIdchoerodon-starter-event-producer |
| Version | Version0.6.4.RELEASE |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-event-producer/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-event-producer</artifactId>
<version>0.6.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-event-producer/
implementation 'io.choerodon:choerodon-starter-event-producer:0.6.4.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-event-producer/
implementation ("io.choerodon:choerodon-starter-event-producer:0.6.4.RELEASE")
'io.choerodon:choerodon-starter-event-producer:jar:0.6.4.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-event-producer" rev="0.6.4.RELEASE">
<artifact name="choerodon-starter-event-producer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-event-producer', version='0.6.4.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-event-producer" % "0.6.4.RELEASE"
[io.choerodon/choerodon-starter-event-producer "0.6.4.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.choerodon : choerodon-starter-core | jar | 0.6.4.RELEASE |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 1.5.3.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.5.3.RELEASE |
| org.springframework.cloud : spring-cloud-starter-feign | jar | |
| io.choerodon : choerodon-starter-mybatis-mapper | jar | 0.6.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |