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