is not current version
Last Version 1.0.27

com.sequencing:file-selector 1.0

Module provides Android API access to files at sequencing.com

GroupId

GroupId

com.sequencing
ArtifactId

ArtifactId

file-selector
Version

Version

1.0
Type

Type

jar

Download file-selector 1.0


<!-- https://jarcasting.com/artifacts/com.sequencing/file-selector/ -->
<dependency>
    <groupId>com.sequencing</groupId>
    <artifactId>file-selector</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sequencing/file-selector/
implementation 'com.sequencing:file-selector:1.0'
// https://jarcasting.com/artifacts/com.sequencing/file-selector/
implementation ("com.sequencing:file-selector:1.0")
'com.sequencing:file-selector:jar:1.0'
<dependency org="com.sequencing" name="file-selector" rev="1.0">
  <artifact name="file-selector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sequencing', module='file-selector', version='1.0')
)
libraryDependencies += "com.sequencing" % "file-selector" % "1.0"
[com.sequencing/file-selector "1.0"]