License |
License |
---|---|
GroupId | GroupIdcom.github.tommyettinger |
ArtifactId | ArtifactIdanim8-gdx |
Last Version | Last Version0.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionanim8-gdx
Support for writing animated GIF and PNG files, plus PNG8, to libGDX.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
anim8-gdx-0.3.7.pom | |
anim8-gdx-0.3.7.jar | 53 KB |
anim8-gdx-0.3.7-sources.jar | 47 KB |
anim8-gdx-0.3.7-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/anim8-gdx/ -->
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>anim8-gdx</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/anim8-gdx/
implementation 'com.github.tommyettinger:anim8-gdx:0.3.7'
// https://jarcasting.com/artifacts/com.github.tommyettinger/anim8-gdx/
implementation ("com.github.tommyettinger:anim8-gdx:0.3.7")
'com.github.tommyettinger:anim8-gdx:jar:0.3.7'
<dependency org="com.github.tommyettinger" name="anim8-gdx" rev="0.3.7">
<artifact name="anim8-gdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='anim8-gdx', version='0.3.7')
)
libraryDependencies += "com.github.tommyettinger" % "anim8-gdx" % "0.3.7"
[com.github.tommyettinger/anim8-gdx "0.3.7"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.11 |