License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging |
GroupId | GroupIdcom.github.codegerm |
ArtifactId | ArtifactIdorg.cg.eventbus |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.codegerm:org.cg.eventbus
Simplified messaging programming model with kafka implementation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org.cg.eventbus-1.0.8.pom | |
org.cg.eventbus-1.0.8.jar | 47 KB |
org.cg.eventbus-1.0.8-sources.jar | 25 KB |
org.cg.eventbus-1.0.8-javadoc.jar | 238 KB |
org.cg.eventbus-1.0.8-bin.zip | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codegerm/org.cg.eventbus/ -->
<dependency>
<groupId>com.github.codegerm</groupId>
<artifactId>org.cg.eventbus</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.eventbus/
implementation 'com.github.codegerm:org.cg.eventbus:1.0.8'
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.eventbus/
implementation ("com.github.codegerm:org.cg.eventbus:1.0.8")
'com.github.codegerm:org.cg.eventbus:jar:1.0.8'
<dependency org="com.github.codegerm" name="org.cg.eventbus" rev="1.0.8">
<artifact name="org.cg.eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codegerm', module='org.cg.eventbus', version='1.0.8')
)
libraryDependencies += "com.github.codegerm" % "org.cg.eventbus" % "1.0.8"
[com.github.codegerm/org.cg.eventbus "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka_2.11 | jar | 0.11.0.0 |
joda-time : joda-time | jar | 2.4 |
commons-configuration : commons-configuration | jar | 1.10 |
org.xerial.snappy : snappy-java | jar | 1.1.1.7 |
org.apache.commons : commons-pool2 | jar | 2.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.avro : avro | jar | 1.7.7 |