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