Categories |
CategoriesReact User Interface Web Frameworks Messaging Application Layer Libs Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.projectreactor.spring |
ArtifactId | ArtifactIdreactor-spring-messaging |
Version | Version2.0.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.projectreactor.spring/reactor-spring-messaging/ -->
<dependency>
<groupId>io.projectreactor.spring</groupId>
<artifactId>reactor-spring-messaging</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.spring/reactor-spring-messaging/
implementation 'io.projectreactor.spring:reactor-spring-messaging:2.0.6.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.spring/reactor-spring-messaging/
implementation ("io.projectreactor.spring:reactor-spring-messaging:2.0.6.RELEASE")
'io.projectreactor.spring:reactor-spring-messaging:jar:2.0.6.RELEASE'
<dependency org="io.projectreactor.spring" name="reactor-spring-messaging" rev="2.0.6.RELEASE">
<artifact name="reactor-spring-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.spring', module='reactor-spring-messaging', version='2.0.6.RELEASE')
)
libraryDependencies += "io.projectreactor.spring" % "reactor-spring-messaging" % "2.0.6.RELEASE"
[io.projectreactor.spring/reactor-spring-messaging "2.0.6.RELEASE"]