| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdcom.tangorabox |
| ArtifactId | ArtifactIdreactive-desk-fx |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionreactive-desk-fx
JavaFX micro-framework that follows MVVM Pattern with Google Guice dependency Injection
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| reactive-desk-fx-1.0.2.pom | |
| reactive-desk-fx-1.0.2.jar | 13 KB |
| reactive-desk-fx-1.0.2-sources.jar | 7 KB |
| reactive-desk-fx-1.0.2-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tangorabox/reactive-desk-fx/ -->
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>reactive-desk-fx</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tangorabox/reactive-desk-fx/
implementation 'com.tangorabox:reactive-desk-fx:1.0.2'
// https://jarcasting.com/artifacts/com.tangorabox/reactive-desk-fx/
implementation ("com.tangorabox:reactive-desk-fx:1.0.2")
'com.tangorabox:reactive-desk-fx:jar:1.0.2'
<dependency org="com.tangorabox" name="reactive-desk-fx" rev="1.0.2">
<artifact name="reactive-desk-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tangorabox', module='reactive-desk-fx', version='1.0.2')
)
libraryDependencies += "com.tangorabox" % "reactive-desk-fx" % "1.0.2"
[com.tangorabox/reactive-desk-fx "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjfx : javafx-base | jar | 11.0.2 |
| org.openjfx : javafx-graphics | jar | 11.0.2 |
| org.openjfx : javafx-fxml | jar | 11.0.2 |
| com.google.inject : guice | jar | 5.0.1 |