| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.minifx |
| Идентификатор | Идентификаторminifx-workbench |
| Последняя версия | Последняя версия3.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.minifx:minifx-workbench
A very minimalistic approach for a workbench using Spring and JavaFX.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |