is not current version
Last Version 1.0.8

com.github.codegerm:org.cg.eventbus 1.0.7

Simplified messaging programming model with kafka implementation.

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

com.github.codegerm
ArtifactId

ArtifactId

org.cg.eventbus
Version

Version

1.0.7
Type

Type

jar

Download org.cg.eventbus 1.0.7


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