is not current version
Last Version 2.3.4

com.elastisys.scale:commons.eventbus 2.3.2


Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

commons.eventbus
Version

Version

2.3.2
Type

Type

jar

Download commons.eventbus 2.3.2


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