| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.reactfx |
| ArtifactId | ArtifactIdreactfx |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reactfx-1.0.1.pom | |
| reactfx-1.0.1.jar | 181 KB |
| reactfx-1.0.1-sources.jar | 57 KB |
| reactfx-1.0.1-javadoc.jar | 314 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.reactfx/reactfx/ -->
<dependency>
<groupId>org.reactfx</groupId>
<artifactId>reactfx</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactfx/reactfx/
implementation 'org.reactfx:reactfx:1.0.1'
// https://jarcasting.com/artifacts/org.reactfx/reactfx/
implementation ("org.reactfx:reactfx:1.0.1")
'org.reactfx:reactfx:jar:1.0.1'
<dependency org="org.reactfx" name="reactfx" rev="1.0.1">
<artifact name="reactfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactfx', module='reactfx', version='1.0.1')
)
libraryDependencies += "org.reactfx" % "reactfx" % "1.0.1"
[org.reactfx/reactfx "1.0.1"]