is not current version
Last Version 7.0.0

org.rribbit:rribbit 2.5.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.

GroupId

GroupId

org.rribbit
ArtifactId

ArtifactId

rribbit
Version

Version

2.5.0
Type

Type

jar

Download rribbit 2.5.0


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