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