Bus (Java)

A simple event bus implementation for Java

License

License

Categories

Categories

Java Languages
GroupId

GroupId

co.fusionx.bus
ArtifactId

ArtifactId

bus-java
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Bus (Java)
A simple event bus implementation for Java

Download bus-java

How to add to project

<!-- https://jarcasting.com/artifacts/co.fusionx.bus/bus-java/ -->
<dependency>
    <groupId>co.fusionx.bus</groupId>
    <artifactId>bus-java</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.fusionx.bus/bus-java/
implementation 'co.fusionx.bus:bus-java:0.1.0'
// https://jarcasting.com/artifacts/co.fusionx.bus/bus-java/
implementation ("co.fusionx.bus:bus-java:0.1.0")
'co.fusionx.bus:bus-java:jar:0.1.0'
<dependency org="co.fusionx.bus" name="bus-java" rev="0.1.0">
  <artifact name="bus-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.fusionx.bus', module='bus-java', version='0.1.0')
)
libraryDependencies += "co.fusionx.bus" % "bus-java" % "0.1.0"
[co.fusionx.bus/bus-java "0.1.0"]

Dependencies

test (4)

Group / Artifact Type Version
org.assertj : assertj-guava jar 1.3.0
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.8
org.assertj : assertj-core jar 1.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0