is not current version
Last Version 1.0.12

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

Spring Boot starter for JavaFX applications

Categories

Categories

Spring Boot Container Microservices JavaFX User Interface
GroupId

GroupId

com.github.yoep
ArtifactId

ArtifactId

spring-boot-starter-javafx
Version

Version

1.0.4
Type

Type

jar

Download spring-boot-starter-javafx 1.0.4


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