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