event-bus

###About Publish/subscribe event bus that simplifies communication between Corbel modules.
| License |
License |
|---|---|
| GroupId | GroupIdio.corbel |
| ArtifactId | ArtifactIdevent-bus |
| Last Version | Last Version1.28.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionevent-bus
Publish/subscribe event bus that simplifies communication between Corbel modules
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| event-bus-1.28.0.pom | |
| event-bus-1.28.0.jar | 15 KB |
| event-bus-1.28.0-sources.jar | 8 KB |
| event-bus-1.28.0-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/event-bus/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>event-bus</artifactId>
<version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/event-bus/
implementation 'io.corbel:event-bus:1.28.0'
// https://jarcasting.com/artifacts/io.corbel/event-bus/
implementation ("io.corbel:event-bus:1.28.0")
'io.corbel:event-bus:jar:1.28.0'
<dependency org="io.corbel" name="event-bus" rev="1.28.0">
<artifact name="event-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='event-bus', version='1.28.0')
)
libraryDependencies += "io.corbel" % "event-bus" % "1.28.0"
[io.corbel/event-bus "1.28.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.corbel.lib : rabbitmq | jar | 0.8.0 |
| org.springframework : spring-beans | jar | 4.3.3.RELEASE |
| org.springframework : spring-core | jar | 4.3.3.RELEASE |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.5.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easytesting : fest-assert-core | jar | 2.0M10 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.9.5 |
###About Publish/subscribe event bus that simplifies communication between Corbel modules.