Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdgames.spooky.gdx |
ArtifactId | ArtifactIdgdx-nativefilechooser-android |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/games.spooky.gdx/gdx-nativefilechooser-android/ -->
<dependency>
<groupId>games.spooky.gdx</groupId>
<artifactId>gdx-nativefilechooser-android</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/games.spooky.gdx/gdx-nativefilechooser-android/
implementation 'games.spooky.gdx:gdx-nativefilechooser-android:1.0.0'
// https://jarcasting.com/artifacts/games.spooky.gdx/gdx-nativefilechooser-android/
implementation ("games.spooky.gdx:gdx-nativefilechooser-android:1.0.0")
'games.spooky.gdx:gdx-nativefilechooser-android:aar:1.0.0'
<dependency org="games.spooky.gdx" name="gdx-nativefilechooser-android" rev="1.0.0">
<artifact name="gdx-nativefilechooser-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='games.spooky.gdx', module='gdx-nativefilechooser-android', version='1.0.0')
)
libraryDependencies += "games.spooky.gdx" % "gdx-nativefilechooser-android" % "1.0.0"
[games.spooky.gdx/gdx-nativefilechooser-android "1.0.0"]