Last Version

EventBus 0.9.0

A Guava compatible EventBus.

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

ch.cmbntr
ArtifactId

ArtifactId

eventbus
Version

Version

0.9.0
Type

Type

jar
Description

Description

EventBus
A Guava compatible EventBus.
Source Code Management

Source Code Management

https://github.com/cmbntr/eventbus

Download eventbus 0.9.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 14.0-rc1

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9

test (1)

Group / Artifact Type Version
junit : junit-dep jar 4.10

Project Modules

There are no modules declared in this project.