is not current version
Last Version 0.6.2.RELEASE

io.projectreactor.ipc:reactor-ipc 0.6.1.RELEASE

IPC contracts for Reactive transport and protocol

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.ipc
ArtifactId

ArtifactId

reactor-ipc
Version

Version

0.6.1.RELEASE
Type

Type

jar

Download reactor-ipc 0.6.1.RELEASE


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