License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Geo Business Logic Libraries Geospatial EventBus Application Layer Libs Messaging Reactor Container Microservices Reactive libraries Guava General Purpose Libraries Utility |
GroupId | GroupIdcom.github.spapageo.reactor |
ArtifactId | ArtifactIdreactor-guava-eventbus |
Last Version | Last Version0.1.0.BETA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactor-Guava Event-Bus
A binding library that enables getting fluxes of events from the guava event bus.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.spapageo.reactor/reactor-guava-eventbus/ -->
<dependency>
<groupId>com.github.spapageo.reactor</groupId>
<artifactId>reactor-guava-eventbus</artifactId>
<version>0.1.0.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spapageo.reactor/reactor-guava-eventbus/
implementation 'com.github.spapageo.reactor:reactor-guava-eventbus:0.1.0.BETA'
// https://jarcasting.com/artifacts/com.github.spapageo.reactor/reactor-guava-eventbus/
implementation ("com.github.spapageo.reactor:reactor-guava-eventbus:0.1.0.BETA")
'com.github.spapageo.reactor:reactor-guava-eventbus:jar:0.1.0.BETA'
<dependency org="com.github.spapageo.reactor" name="reactor-guava-eventbus" rev="0.1.0.BETA">
<artifact name="reactor-guava-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spapageo.reactor', module='reactor-guava-eventbus', version='0.1.0.BETA')
)
libraryDependencies += "com.github.spapageo.reactor" % "reactor-guava-eventbus" % "0.1.0.BETA"
[com.github.spapageo.reactor/reactor-guava-eventbus "0.1.0.BETA"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.0.6.RELEASE |
com.google.guava : guava | jar | 21.0 |
net.bytebuddy : byte-buddy | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.7.22 |
junit : junit | jar | 4.12 |
io.projectreactor.addons : reactor-test | jar | 3.0.6.RELEASE |