License |
License |
---|---|
Categories |
CategoriesUtility General Purpose Libraries |
GroupId | GroupIdbayern.steinbrecher |
ArtifactId | ArtifactIdDialogUtility |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDialogUtility
Contains a library to easily create info-, warning-, exception,- etc. dialogs in JavaFX.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
DialogUtility-0.1.pom | |
DialogUtility-0.1.jar | 13 KB |
DialogUtility-0.1-sources.jar | 10 KB |
DialogUtility-0.1-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/bayern.steinbrecher/DialogUtility/ -->
<dependency>
<groupId>bayern.steinbrecher</groupId>
<artifactId>DialogUtility</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/bayern.steinbrecher/DialogUtility/
implementation 'bayern.steinbrecher:DialogUtility:0.1'
// https://jarcasting.com/artifacts/bayern.steinbrecher/DialogUtility/
implementation ("bayern.steinbrecher:DialogUtility:0.1")
'bayern.steinbrecher:DialogUtility:jar:0.1'
<dependency org="bayern.steinbrecher" name="DialogUtility" rev="0.1">
<artifact name="DialogUtility" type="jar" />
</dependency>
@Grapes(
@Grab(group='bayern.steinbrecher', module='DialogUtility', version='0.1')
)
libraryDependencies += "bayern.steinbrecher" % "DialogUtility" % "0.1"
[bayern.steinbrecher/DialogUtility "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx-fxml | jar | 13 |
org.openjfx : javafx-graphics | jar | 13 |
org.openjfx : javafx-controls | jar | 13 |
org.jetbrains : annotations | jar | 19.0.0 |