не последняя версия
Последняя версия 1.0.12

com.github.yoep:spring-boot-starter-javafx 1.0.0

Spring Boot starter for JavaFX applications

Категории

Категории

Spring Boot Контейнер Микросервисы JavaFX Взаимодействие с пользователем
Группа

Группа

com.github.yoep
Идентификатор

Идентификатор

spring-boot-starter-javafx
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать spring-boot-starter-javafx 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.yoep/spring-boot-starter-javafx/ -->
<dependency>
    <groupId>com.github.yoep</groupId>
    <artifactId>spring-boot-starter-javafx</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoep/spring-boot-starter-javafx/
implementation 'com.github.yoep:spring-boot-starter-javafx:1.0.0'
// https://jarcasting.com/artifacts/com.github.yoep/spring-boot-starter-javafx/
implementation ("com.github.yoep:spring-boot-starter-javafx:1.0.0")
'com.github.yoep:spring-boot-starter-javafx:jar:1.0.0'
<dependency org="com.github.yoep" name="spring-boot-starter-javafx" rev="1.0.0">
  <artifact name="spring-boot-starter-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoep', module='spring-boot-starter-javafx', version='1.0.0')
)
libraryDependencies += "com.github.yoep" % "spring-boot-starter-javafx" % "1.0.0"
[com.github.yoep/spring-boot-starter-javafx "1.0.0"]