is not current version
Last Version 1.0.0

io.github.Mkean:fileSelector 0.1

A simple file picker that supports single selection, multiple selection and file filtering.

GroupId

GroupId

io.github.Mkean
ArtifactId

ArtifactId

fileSelector
Version

Version

0.1
Type

Type

aar

Download fileSelector 0.1


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