Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.virtualcry |
ArtifactId | ArtifactIdreactor-event-bus |
Version | Version3.2.1 |
Type | Typejar |
Filename | Size |
---|---|
reactor-event-bus-3.2.1.pom | |
reactor-event-bus-3.2.1.jar | 24 KB |
reactor-event-bus-3.2.1-sources.jar | 13 KB |
reactor-event-bus-3.2.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.virtualcry/reactor-event-bus/ -->
<dependency>
<groupId>com.github.virtualcry</groupId>
<artifactId>reactor-event-bus</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.virtualcry/reactor-event-bus/
implementation 'com.github.virtualcry:reactor-event-bus:3.2.1'
// https://jarcasting.com/artifacts/com.github.virtualcry/reactor-event-bus/
implementation ("com.github.virtualcry:reactor-event-bus:3.2.1")
'com.github.virtualcry:reactor-event-bus:jar:3.2.1'
<dependency org="com.github.virtualcry" name="reactor-event-bus" rev="3.2.1">
<artifact name="reactor-event-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.virtualcry', module='reactor-event-bus', version='3.2.1')
)
libraryDependencies += "com.github.virtualcry" % "reactor-event-bus" % "3.2.1"
[com.github.virtualcry/reactor-event-bus "3.2.1"]