is not current version
Last Version 0.2.9

com.github.fracpete:vfsjfilechooser2 0.2.7

vfsjfilechooser2 is a mavenized fork of the dormant vfsjfilechooser project on sf.net (http://vfsjfilechooser.sourceforge.net/). It is an alternative to Java's JFileChooser Swing component, which does not suffer from the JFileChooser's infamous "freezes" on Windows. It has been updated to work with version 2.0 of the VFS Apache commons and includes a few bugfixes and enhancements.

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

vfsjfilechooser2
Version

Version

0.2.7
Type

Type

jar

Download vfsjfilechooser2 0.2.7


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