License |
License |
---|---|
GroupId | GroupIdio.eventcenter |
ArtifactId | ArtifactIdec |
Last Version | Last Version1.7.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEvent Center
事件中心,提供DDD中的事件的实现框架,基于dubbo框架+leveldb存储构建高可用的事件通讯组件
|
Project Organization |
Project OrganizationJue Ming |
Filename | Size |
---|---|
ec-1.7.2.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.eventcenter/ec/ -->
<dependency>
<groupId>io.eventcenter</groupId>
<artifactId>ec</artifactId>
<version>1.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.eventcenter/ec/
implementation 'io.eventcenter:ec:1.7.2'
// https://jarcasting.com/artifacts/io.eventcenter/ec/
implementation ("io.eventcenter:ec:1.7.2")
'io.eventcenter:ec:pom:1.7.2'
<dependency org="io.eventcenter" name="ec" rev="1.7.2">
<artifact name="ec" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.eventcenter', module='ec', version='1.7.2')
)
libraryDependencies += "io.eventcenter" % "ec" % "1.7.2"
[io.eventcenter/ec "1.7.2"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |