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