| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.vfsjfilechooser2 |
| Идентификатор | Идентификаторvfsjfilechooser2 |
| Последняя версия | Последняя версия0.2.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| vfsjfilechooser2-0.2.5.pom | |
| vfsjfilechooser2-0.2.5.jar | 246 KB |
| vfsjfilechooser2-0.2.5-tests.jar | 5 KB |
| vfsjfilechooser2-0.2.5-test-sources.jar | 2 KB |
| vfsjfilechooser2-0.2.5-sources.jar | 111 KB |
| vfsjfilechooser2-0.2.5-javadoc.jar | 416 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.vfsjfilechooser2/vfsjfilechooser2/ -->
<dependency>
<groupId>com.googlecode.vfsjfilechooser2</groupId>
<artifactId>vfsjfilechooser2</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.vfsjfilechooser2/vfsjfilechooser2/
implementation 'com.googlecode.vfsjfilechooser2:vfsjfilechooser2:0.2.5'
// https://jarcasting.com/artifacts/com.googlecode.vfsjfilechooser2/vfsjfilechooser2/
implementation ("com.googlecode.vfsjfilechooser2:vfsjfilechooser2:0.2.5")
'com.googlecode.vfsjfilechooser2:vfsjfilechooser2:jar:0.2.5'
<dependency org="com.googlecode.vfsjfilechooser2" name="vfsjfilechooser2" rev="0.2.5">
<artifact name="vfsjfilechooser2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.vfsjfilechooser2', module='vfsjfilechooser2', version='0.2.5')
)
libraryDependencies += "com.googlecode.vfsjfilechooser2" % "vfsjfilechooser2" % "0.2.5"
[com.googlecode.vfsjfilechooser2/vfsjfilechooser2 "0.2.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| org.apache.commons : commons-vfs2 | jar | 2.0 |
| commons-io : commons-io | jar | 2.1 |