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