Last Version

com.github.donmor: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.

GroupId

GroupId

com.github.donmor
ArtifactId

ArtifactId

filedialog
Version

Version

1.2.1
Type

Type

aar

Download 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"]