| License |
License |
|---|---|
| GroupId | GroupIdorg.minifx |
| ArtifactId | ArtifactIdminifx-workbench |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.minifx:minifx-workbench
A very minimalistic approach for a workbench using Spring and JavaFX.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| minifx-workbench-3.1.0.pom | |
| minifx-workbench-3.1.0.jar | 80 KB |
| minifx-workbench-3.1.0-sources.jar | 104 KB |
| minifx-workbench-3.1.0-javadoc.jar | 259 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.minifx/minifx-workbench/ -->
<dependency>
<groupId>org.minifx</groupId>
<artifactId>minifx-workbench</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.minifx/minifx-workbench/
implementation 'org.minifx:minifx-workbench:3.1.0'
// https://jarcasting.com/artifacts/org.minifx/minifx-workbench/
implementation ("org.minifx:minifx-workbench:3.1.0")
'org.minifx:minifx-workbench:jar:3.1.0'
<dependency org="org.minifx" name="minifx-workbench" rev="3.1.0">
<artifact name="minifx-workbench" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minifx', module='minifx-workbench', version='3.1.0')
)
libraryDependencies += "org.minifx" % "minifx-workbench" % "3.1.0"
[org.minifx/minifx-workbench "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.minifx : minifx-fxml | jar | 2.1.3 |
| com.google.guava : guava | jar | 29.0-jre |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| org.springframework : spring-core | jar | 5.2.9.RELEASE |
| org.springframework : spring-context | jar | 5.2.9.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.controlsfx : controlsfx | jar | 11.0.3 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjfx : javafx-controls | jar | 11.0.2 |
| org.openjfx : javafx-base | jar | 11.0.2 |
| org.openjfx : javafx-fxml | jar | 11.0.2 |
| org.openjfx : javafx-media | jar | 11.0.2 |
| org.openjfx : javafx-web | jar | 11.0.2 |
| org.openjfx : javafx-graphics | jar | 11.0.2 |
| org.openjfx : javafx-swing | jar | 11.0.2 |