License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.raumzeitfalle.fx |
ArtifactId | ArtifactIdfilechooser |
Version | Version0.0.6 |
Type | Typejar |
Description |
DescriptionFXFileChooser
A custom file chooser with live filtering JavaFX and Swing
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
filechooser-0.0.6.pom | |
filechooser-0.0.6.jar | 150 KB |
filechooser-0.0.6-sources.jar | 138 KB |
filechooser-0.0.6-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.raumzeitfalle.fx/filechooser/ -->
<dependency>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>filechooser</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.raumzeitfalle.fx/filechooser/
implementation 'net.raumzeitfalle.fx:filechooser:0.0.6'
// https://jarcasting.com/artifacts/net.raumzeitfalle.fx/filechooser/
implementation ("net.raumzeitfalle.fx:filechooser:0.0.6")
'net.raumzeitfalle.fx:filechooser:jar:0.0.6'
<dependency org="net.raumzeitfalle.fx" name="filechooser" rev="0.0.6">
<artifact name="filechooser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.raumzeitfalle.fx', module='filechooser', version='0.0.6')
)
libraryDependencies += "net.raumzeitfalle.fx" % "filechooser" % "0.0.6"
[net.raumzeitfalle.fx/filechooser "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.1 |
org.testfx : testfx-core | jar | 4.0.15-alpha |
org.testfx : testfx-junit5 | jar | 4.0.15-alpha |
org.testfx : openjfx-monocle | jar | 8u76-b04 |