не последняя версия
Последняя версия 7.0.0

org.rribbit:rribbit 2.7.0

RRiBbit is an Open Source Java application framework that eliminates dependencies and simplifies code structure. It can be used as an Eventbus, but improves upon this by being compatible with existing code and allowing bidirectional communication between components. It also supports Remoting, so that you can use Eventbuses that run on other machines, complete with failover, loadbalancing and SSL/TLS support.

Группа

Группа

org.rribbit
Идентификатор

Идентификатор

rribbit
Версия

Версия

2.7.0
Тип

Тип

jar

Скачать rribbit 2.7.0


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