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