| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаio.projectreactor.spring |
| Идентификатор | Идентификаторreactor-spring-context |
| Версия | Версия2.0.3.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.projectreactor.spring/reactor-spring-context/ -->
<dependency>
<groupId>io.projectreactor.spring</groupId>
<artifactId>reactor-spring-context</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.spring/reactor-spring-context/
implementation 'io.projectreactor.spring:reactor-spring-context:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.spring/reactor-spring-context/
implementation ("io.projectreactor.spring:reactor-spring-context:2.0.3.RELEASE")
'io.projectreactor.spring:reactor-spring-context:jar:2.0.3.RELEASE'
<dependency org="io.projectreactor.spring" name="reactor-spring-context" rev="2.0.3.RELEASE">
<artifact name="reactor-spring-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.spring', module='reactor-spring-context', version='2.0.3.RELEASE')
)
libraryDependencies += "io.projectreactor.spring" % "reactor-spring-context" % "2.0.3.RELEASE"
[io.projectreactor.spring/reactor-spring-context "2.0.3.RELEASE"]