MVN

de.roskenet : springboot-javafx-test

Maven & Gradle

Mar 12, 2018
2 usages
0 stars

springboot-javafx-test · Test support for Spring Boot and JavaFX 8

<dependency>
    <groupId>de.roskenet</groupId>
    <artifactId>springboot-javafx-test</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.roskenet : springboot-javafx-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of de.roskenet : springboot-javafx-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
springboot-javafx-test-1.3.0
1.2.x
springboot-javafx-test-1.2.0
1.0.x
springboot-javafx-test-1.0.1
springboot-javafx-test-1.0.0
0.0.x
springboot-javafx-test-0.0.4
springboot-javafx-test-0.0.2
springboot-javafx-test-0.0.1

How to add a dependency to Maven

Add the following de.roskenet : springboot-javafx-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.roskenet</groupId>
    <artifactId>springboot-javafx-test</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.roskenet : springboot-javafx-test gradle dependency to your build.gradle file:

implementation 'de.roskenet:springboot-javafx-test:1.3.0'

Gradle Kotlin DSL: Add the following de.roskenet : springboot-javafx-test gradle kotlin dependency to your build.gradle.kts file:

implementation("de.roskenet:springboot-javafx-test:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.roskenet : springboot-javafx-test sbt scala dependency to your build.sbt file:

libraryDependencies += "de.roskenet" % "springboot-javafx-test" % "1.3.0"

Advertisement