Последняя версия

FileDialog 1.2.1

The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.

Лицензия

Лицензия

Группа

Группа

com.github.donmor
Идентификатор

Идентификатор

FileDialog
Версия

Версия

1.2.1
Тип

Тип

aar
Описание

Описание

FileDialog
The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.
Ссылка на сайт

Ссылка на сайт

https://github.com/donmor/FileDialog
Система контроля версий

Система контроля версий

https://github.com/donmor/FileDialog

Скачать FileDialog 1.2.1


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

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
androidx.appcompat » appcompat jar 1.2.0
androidx.recyclerview » recyclerview jar 1.1.0

Модули Проекта

Данный проект не имеет модулей.