License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging |
GroupId | GroupIdch.cmbntr |
ArtifactId | ArtifactIdeventbus |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventBus
A Guava compatible EventBus.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eventbus-0.9.0.pom | |
eventbus-0.9.0.jar | 22 KB |
eventbus-0.9.0-sources.jar | 7 KB |
eventbus-0.9.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cmbntr/eventbus/ -->
<dependency>
<groupId>ch.cmbntr</groupId>
<artifactId>eventbus</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cmbntr/eventbus/
implementation 'ch.cmbntr:eventbus:0.9.0'
// https://jarcasting.com/artifacts/ch.cmbntr/eventbus/
implementation ("ch.cmbntr:eventbus:0.9.0")
'ch.cmbntr:eventbus:jar:0.9.0'
<dependency org="ch.cmbntr" name="eventbus" rev="0.9.0">
<artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cmbntr', module='eventbus', version='0.9.0')
)
libraryDependencies += "ch.cmbntr" % "eventbus" % "0.9.0"
[ch.cmbntr/eventbus "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 14.0-rc1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |