| License | License | 
|---|---|
| Categories | CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries | 
| GroupId | GroupIdio.projectreactor.ipc | 
| ArtifactId | ArtifactIdreactor-ipc | 
| Version | Version0.6.2.RELEASE | 
| Type | Typejar | 
| Description | DescriptionIPC contracts for Reactive transport and protocol IPC contracts for Reactive transport and protocol | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| reactor-ipc-0.6.2.RELEASE.pom | |
| reactor-ipc-0.6.2.RELEASE.jar | 54 KB | 
| reactor-ipc-0.6.2.RELEASE-sources.jar | 21 KB | 
| reactor-ipc-0.6.2.RELEASE-javadoc.jar | 52 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.projectreactor.ipc/reactor-ipc/ -->
<dependency>
    <groupId>io.projectreactor.ipc</groupId>
    <artifactId>reactor-ipc</artifactId>
    <version>0.6.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.projectreactor.ipc/reactor-ipc/
implementation 'io.projectreactor.ipc:reactor-ipc:0.6.2.RELEASE'// https://jarcasting.com/artifacts/io.projectreactor.ipc/reactor-ipc/
implementation ("io.projectreactor.ipc:reactor-ipc:0.6.2.RELEASE")'io.projectreactor.ipc:reactor-ipc:jar:0.6.2.RELEASE'<dependency org="io.projectreactor.ipc" name="reactor-ipc" rev="0.6.2.RELEASE">
  <artifact name="reactor-ipc" type="jar" />
</dependency>@Grapes(
@Grab(group='io.projectreactor.ipc', module='reactor-ipc', version='0.6.2.RELEASE')
)libraryDependencies += "io.projectreactor.ipc" % "reactor-ipc" % "0.6.2.RELEASE"[io.projectreactor.ipc/reactor-ipc "0.6.2.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.0 | 
| io.projectreactor : reactor-core | jar | 3.0.7.RELEASE | 
| org.slf4j : slf4j-api Optional | jar | 1.7.12 |