| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.ebus |
| Идентификатор | Идентификаторebus |
| Последняя версия | Последняя версия6.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеeBus - enterprise event bus
A Java middleware API supporting broker-less,
type+topic-based publish/subscribe and request/reply
messaging for both intra- and inter-application,
object-level communication.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ebus-6.1.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.ebus/ebus/ -->
<dependency>
<groupId>net.sf.ebus</groupId>
<artifactId>ebus</artifactId>
<version>6.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ebus/ebus/
implementation 'net.sf.ebus:ebus:6.1.0'
// https://jarcasting.com/artifacts/net.sf.ebus/ebus/
implementation ("net.sf.ebus:ebus:6.1.0")
'net.sf.ebus:ebus:pom:6.1.0'
<dependency org="net.sf.ebus" name="ebus" rev="6.1.0">
<artifact name="ebus" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.ebus', module='ebus', version='6.1.0')
)
libraryDependencies += "net.sf.ebus" % "ebus" % "6.1.0"
[net.sf.ebus/ebus "6.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.smc : library | jar | 7.3.0 |
| com.google.guava : guava | jar | 31.0.1-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.13.2 |
| org.awaitility : awaitility | jar | 4.0.3 |