is not current version
Last Version 2.2.0

com.github.daytron:SimpleDialogFX 1.0.0

Lightweight modal dialog library for JavaFX.

GroupId

GroupId

com.github.daytron
ArtifactId

ArtifactId

SimpleDialogFX
Version

Version

1.0.0
Type

Type

jar

Download SimpleDialogFX 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.daytron/SimpleDialogFX/ -->
<dependency>
    <groupId>com.github.daytron</groupId>
    <artifactId>SimpleDialogFX</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daytron/SimpleDialogFX/
implementation 'com.github.daytron:SimpleDialogFX:1.0.0'
// https://jarcasting.com/artifacts/com.github.daytron/SimpleDialogFX/
implementation ("com.github.daytron:SimpleDialogFX:1.0.0")
'com.github.daytron:SimpleDialogFX:jar:1.0.0'
<dependency org="com.github.daytron" name="SimpleDialogFX" rev="1.0.0">
  <artifact name="SimpleDialogFX" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daytron', module='SimpleDialogFX', version='1.0.0')
)
libraryDependencies += "com.github.daytron" % "SimpleDialogFX" % "1.0.0"
[com.github.daytron/SimpleDialogFX "1.0.0"]