is not current version
Last Version 2.4.1

com.dustinredmond.fxalert:FXAlert 2.0.2

Easily build nice-looking JavaFX Alerts

GroupId

GroupId

com.dustinredmond.fxalert
ArtifactId

ArtifactId

FXAlert
Version

Version

2.0.2
Type

Type

jar

Download FXAlert 2.0.2


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