| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface | 
        
| GroupId | GroupIdcom.github.athi | 
    
| ArtifactId | ArtifactIdathi-fx-gui | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionathi-fx-gui 
            AthiFX project for creating JavaFX simple application GUI. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| athi-fx-gui-2.0.0.pom | |
| athi-fx-gui-2.0.0.jar | 6 MB | 
| athi-fx-gui-2.0.0-sources.jar | 121 KB | 
| athi-fx-gui-2.0.0-javadoc.jar | 229 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.athi/athi-fx-gui/ -->
<dependency>
    <groupId>com.github.athi</groupId>
    <artifactId>athi-fx-gui</artifactId>
    <version>2.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.athi/athi-fx-gui/
implementation 'com.github.athi:athi-fx-gui:2.0.0'
                // https://jarcasting.com/artifacts/com.github.athi/athi-fx-gui/
implementation ("com.github.athi:athi-fx-gui:2.0.0")
                'com.github.athi:athi-fx-gui:jar:2.0.0'
                <dependency org="com.github.athi" name="athi-fx-gui" rev="2.0.0">
  <artifact name="athi-fx-gui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.athi', module='athi-fx-gui', version='2.0.0')
)
                libraryDependencies += "com.github.athi" % "athi-fx-gui" % "2.0.0"
                [com.github.athi/athi-fx-gui "2.0.0"]