is not current version
Last Version 0.0.14

space.inevitable:eventbus 0.0.11

Event bus designed with the idea of open for extension close for modification principle

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

space.inevitable
ArtifactId

ArtifactId

eventbus
Version

Version

0.0.11
Type

Type

jar

Download eventbus 0.0.11


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