| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEventBus Библиотеки уровня приложения Messaging |
| Группа | Группаcom.github.codegerm |
| Идентификатор | Идентификаторorg.cg.eventbus |
| Последняя версия | Последняя версия1.0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.codegerm:org.cg.eventbus
Simplified messaging programming model with kafka implementation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.avro : avro | jar | 1.7.7 |