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