is not current version
Last Version 2.4.1

com.dustinredmond.fxalert:FXAlert 2.2.0

Easily build nice-looking JavaFX Alerts

GroupId

GroupId

com.dustinredmond.fxalert
ArtifactId

ArtifactId

FXAlert
Version

Version

2.2.0
Type

Type

jar

Download FXAlert 2.2.0


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