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