is not current version
Last Version 1.28.0

io.corbel:event-bus 1.25.0

Publish/subscribe event bus that simplifies communication between Corbel modules

GroupId

GroupId

io.corbel
ArtifactId

ArtifactId

event-bus
Version

Version

1.25.0
Type

Type

jar

Download event-bus 1.25.0


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