MVN

games.spooky.gdx : gdx-nativefilechooser-desktop

Maven & Gradle

Jul 14, 2023
14 stars

gdx-nativefilechooser · Choose files with libgdx. Natively.

<dependency>
    <groupId>games.spooky.gdx</groupId>
    <artifactId>gdx-nativefilechooser-desktop</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of games.spooky.gdx : gdx-nativefilechooser-desktop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of games.spooky.gdx : gdx-nativefilechooser-desktop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
gdx-nativefilechooser-desktop-2.3.0
2.2.x
gdx-nativefilechooser-desktop-2.2.0
2.1.x
gdx-nativefilechooser-desktop-2.1.0
2.0.x
gdx-nativefilechooser-desktop-2.0.0
1.0.x
gdx-nativefilechooser-desktop-1.0.0
0.0.x
gdx-nativefilechooser-desktop-0.0.1

How to add a dependency to Maven

Add the following games.spooky.gdx : gdx-nativefilechooser-desktop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>games.spooky.gdx</groupId>
    <artifactId>gdx-nativefilechooser-desktop</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following games.spooky.gdx : gdx-nativefilechooser-desktop gradle dependency to your build.gradle file:

implementation 'games.spooky.gdx:gdx-nativefilechooser-desktop:2.3.0'

Gradle Kotlin DSL: Add the following games.spooky.gdx : gdx-nativefilechooser-desktop gradle kotlin dependency to your build.gradle.kts file:

implementation("games.spooky.gdx:gdx-nativefilechooser-desktop:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following games.spooky.gdx : gdx-nativefilechooser-desktop sbt scala dependency to your build.sbt file:

libraryDependencies += "games.spooky.gdx" % "gdx-nativefilechooser-desktop" % "2.3.0"

Advertisement