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