Files download
File Operation
gdx-nativefilechooser-android-0.0.1.pom download
gdx-nativefilechooser-android-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>games.spooky.gdx</groupId>
  <artifactId>gdx-nativefilechooser-android</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'games.spooky.gdx:gdx-nativefilechooser-android:0.0.1'
Gradle Kotlin
implementation("games.spooky.gdx:gdx-nativefilechooser-android:0.0.1")
Scala SBT
libraryDependencies += "games.spooky.gdx" % "gdx-nativefilechooser-android" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='games.spooky.gdx', module='gdx-nativefilechooser-android', version='0.0.1')
)
Apache Ivy
<dependency org="games.spooky.gdx" name="gdx-nativefilechooser-android" rev="0.0.1" />
Leiningen
[games.spooky.gdx/gdx-nativefilechooser-android "0.0.1"]
Apache Buildr
'games.spooky.gdx:gdx-nativefilechooser-android:jar:0.0.1'