Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcn.yanzx-dev.gitlab |
ArtifactId | ArtifactIdreactor-event-bus |
Version | Version3.2.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.yanzx-dev.gitlab/reactor-event-bus/ -->
<dependency>
<groupId>cn.yanzx-dev.gitlab</groupId>
<artifactId>reactor-event-bus</artifactId>
<version>3.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yanzx-dev.gitlab/reactor-event-bus/
implementation 'cn.yanzx-dev.gitlab:reactor-event-bus:3.2.0-RC1'
// https://jarcasting.com/artifacts/cn.yanzx-dev.gitlab/reactor-event-bus/
implementation ("cn.yanzx-dev.gitlab:reactor-event-bus:3.2.0-RC1")
'cn.yanzx-dev.gitlab:reactor-event-bus:jar:3.2.0-RC1'
<dependency org="cn.yanzx-dev.gitlab" name="reactor-event-bus" rev="3.2.0-RC1">
<artifact name="reactor-event-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yanzx-dev.gitlab', module='reactor-event-bus', version='3.2.0-RC1')
)
libraryDependencies += "cn.yanzx-dev.gitlab" % "reactor-event-bus" % "3.2.0-RC1"
[cn.yanzx-dev.gitlab/reactor-event-bus "3.2.0-RC1"]