MVN

com.github.fracpete : vfsjfilechooser2

Maven & Gradle

Oct 07, 2020
7 stars

vfsjfilechooser2 · 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.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>vfsjfilechooser2</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : vfsjfilechooser2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of com.github.fracpete : vfsjfilechooser2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
vfsjfilechooser2-0.2.9
vfsjfilechooser2-0.2.8
CVE-2021-29061
vfsjfilechooser2-0.2.7
CVE-2021-29061

How to add a dependency to Maven

Add the following com.github.fracpete : vfsjfilechooser2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>vfsjfilechooser2</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fracpete : vfsjfilechooser2 gradle dependency to your build.gradle file:

implementation 'com.github.fracpete:vfsjfilechooser2:0.2.9'

Gradle Kotlin DSL: Add the following com.github.fracpete : vfsjfilechooser2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fracpete:vfsjfilechooser2:0.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fracpete : vfsjfilechooser2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fracpete" % "vfsjfilechooser2" % "0.2.9"