| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.martinkoster |
| Идентификатор | Идентификаторactionfx-spring-boot |
| Последняя версия | Последняя версия1.5.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеactionfx-spring-boot
afx-spring-boot: This module contains integration classes for using ActionFX with the Spring Framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| actionfx-spring-boot-1.5.2.pom | |
| actionfx-spring-boot-1.5.2.jar | 6 KB |
| actionfx-spring-boot-1.5.2-sources.jar | 7 KB |
| actionfx-spring-boot-1.5.2-javadoc.jar | 400 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-spring-boot/ -->
<dependency>
<groupId>com.github.martinkoster</groupId>
<artifactId>actionfx-spring-boot</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-spring-boot/
implementation 'com.github.martinkoster:actionfx-spring-boot:1.5.2'
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-spring-boot/
implementation ("com.github.martinkoster:actionfx-spring-boot:1.5.2")
'com.github.martinkoster:actionfx-spring-boot:jar:1.5.2'
<dependency org="com.github.martinkoster" name="actionfx-spring-boot" rev="1.5.2">
<artifact name="actionfx-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinkoster', module='actionfx-spring-boot', version='1.5.2')
)
libraryDependencies += "com.github.martinkoster" % "actionfx-spring-boot" % "1.5.2"
[com.github.martinkoster/actionfx-spring-boot "1.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.martinkoster : actionfx-core | jar | 1.5.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openjfx : javafx-base | jar | 18.0.1 |
| org.openjfx : javafx-graphics | jar | 18.0.1 |
| org.openjfx : javafx-controls | jar | 18.0.1 |
| org.openjfx : javafx-fxml | jar | 18.0.1 |
| org.openjfx : javafx-media | jar | 18.0.1 |
| org.openjfx : javafx-swing | jar | 18.0.1 |
| org.openjfx : javafx-web | jar | 18.0.1 |
| org.springframework : spring-core | jar | 5.3.20 |
| org.springframework : spring-context | jar | 5.3.20 |
| org.springframework : spring-beans | jar | 5.3.20 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |