| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаde.mhus.cherry.reactive |
| Идентификатор | Идентификаторreactive-tools |
| Версия | Версия7.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| reactive-tools-7.1.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-tools/ -->
<dependency>
<groupId>de.mhus.cherry.reactive</groupId>
<artifactId>reactive-tools</artifactId>
<version>7.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-tools/
implementation 'de.mhus.cherry.reactive:reactive-tools:7.1.0'
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-tools/
implementation ("de.mhus.cherry.reactive:reactive-tools:7.1.0")
'de.mhus.cherry.reactive:reactive-tools:pom:7.1.0'
<dependency org="de.mhus.cherry.reactive" name="reactive-tools" rev="7.1.0">
<artifact name="reactive-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.mhus.cherry.reactive', module='reactive-tools', version='7.1.0')
)
libraryDependencies += "de.mhus.cherry.reactive" % "reactive-tools" % "7.1.0"
[de.mhus.cherry.reactive/reactive-tools "7.1.0"]