is not current version
Last Version 1.0.8

me.ahoo.eventbus:eventbus-core 0.5.6


Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

me.ahoo.eventbus
ArtifactId

ArtifactId

eventbus-core
Version

Version

0.5.6
Type

Type

jar

Download eventbus-core 0.5.6


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