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