MVN

net.codecrafting : springfx-core

Maven & Gradle

Jan 07, 2019
0 stars

springfx-core · Boost your JavaFX Application with Spring Boot

<dependency>
    <groupId>net.codecrafting</groupId>
    <artifactId>springfx-core</artifactId>
    <version>0.1.0-BETA5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.codecrafting : springfx-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-BETA5
  • Latest Beta: 0.1.0-BETA5

All Versions

Choose a version of net.codecrafting : springfx-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
springfx-core-0.1.0-BETA5
springfx-core-0.1.0-BETA4
springfx-core-0.1.0-BETA3
springfx-core-0.1.0-BETA2
springfx-core-0.1.0-beta

How to add a dependency to Maven

Add the following net.codecrafting : springfx-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.codecrafting</groupId>
    <artifactId>springfx-core</artifactId>
    <version>0.1.0-BETA5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.codecrafting : springfx-core gradle dependency to your build.gradle file:

implementation 'net.codecrafting:springfx-core:0.1.0-BETA5'

Gradle Kotlin DSL: Add the following net.codecrafting : springfx-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.codecrafting:springfx-core:0.1.0-BETA5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.codecrafting : springfx-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.codecrafting" % "springfx-core" % "0.1.0-BETA5"

Advertisement