is not current version
Last Version 0.0.2

com.flydax.archetype:spring-boot-starter-javafx 0.0.1

Spring Boot starter for JavaFX applications

Categories

Categories

Spring Boot Container Microservices JavaFX User Interface
GroupId

GroupId

com.flydax.archetype
ArtifactId

ArtifactId

spring-boot-starter-javafx
Version

Version

0.0.1
Type

Type

jar

Download spring-boot-starter-javafx 0.0.1


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