is not current version
Last Version 0.1.0-BETA5

net.codecrafting:springfx-core 0.1.0-BETA3

Boost your JavaFX Application with Spring Boot

Categories

Categories

Net
GroupId

GroupId

net.codecrafting
ArtifactId

ArtifactId

springfx-core
Version

Version

0.1.0-BETA3
Type

Type

jar

Download springfx-core 0.1.0-BETA3


<!-- https://jarcasting.com/artifacts/net.codecrafting/springfx-core/ -->
<dependency>
    <groupId>net.codecrafting</groupId>
    <artifactId>springfx-core</artifactId>
    <version>0.1.0-BETA3</version>
</dependency>
// https://jarcasting.com/artifacts/net.codecrafting/springfx-core/
implementation 'net.codecrafting:springfx-core:0.1.0-BETA3'
// https://jarcasting.com/artifacts/net.codecrafting/springfx-core/
implementation ("net.codecrafting:springfx-core:0.1.0-BETA3")
'net.codecrafting:springfx-core:jar:0.1.0-BETA3'
<dependency org="net.codecrafting" name="springfx-core" rev="0.1.0-BETA3">
  <artifact name="springfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codecrafting', module='springfx-core', version='0.1.0-BETA3')
)
libraryDependencies += "net.codecrafting" % "springfx-core" % "0.1.0-BETA3"
[net.codecrafting/springfx-core "0.1.0-BETA3"]