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