is not current version
Last Version 0.1.0-BETA5

net.codecrafting:springfx-core 0.1.0-BETA2

Boost your JavaFX Application with Spring Boot

Categories

Categories

Net
GroupId

GroupId

net.codecrafting
ArtifactId

ArtifactId

springfx-core
Version

Version

0.1.0-BETA2
Type

Type

jar

Download springfx-core 0.1.0-BETA2


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