MVN

com.github.tommyettinger : anim8-gdx

Maven & Gradle

Jun 09, 2023
4 usages
33 stars

anim8-gdx · Support for writing animated GIF and PNG files, plus PNG8, to libGDX.

<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>anim8-gdx</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tommyettinger : anim8-gdx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.github.tommyettinger : anim8-gdx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
anim8-gdx-0.4.0
0.3.x
anim8-gdx-0.3.15
anim8-gdx-0.3.14
anim8-gdx-0.3.13
anim8-gdx-0.3.12
anim8-gdx-0.3.11
anim8-gdx-0.3.10
anim8-gdx-0.3.9
anim8-gdx-0.3.8
anim8-gdx-0.3.7
anim8-gdx-0.3.6
anim8-gdx-0.3.5
anim8-gdx-0.3.4
anim8-gdx-0.3.3
anim8-gdx-0.3.2
anim8-gdx-0.3.1
anim8-gdx-0.3.0
0.2.x
anim8-gdx-0.2.12
anim8-gdx-0.2.11
anim8-gdx-0.2.10
anim8-gdx-0.2.9
anim8-gdx-0.2.8
anim8-gdx-0.2.7
anim8-gdx-0.2.6
anim8-gdx-0.2.5
anim8-gdx-0.2.4
anim8-gdx-0.2.3
anim8-gdx-0.2.2
anim8-gdx-0.2.1
anim8-gdx-0.2.0
0.1.x
anim8-gdx-0.1.9
anim8-gdx-0.1.8
anim8-gdx-0.1.7
anim8-gdx-0.1.6
anim8-gdx-0.1.5
anim8-gdx-0.1.4
anim8-gdx-0.1.3
anim8-gdx-0.1.2
anim8-gdx-0.1.1
anim8-gdx-0.1.0

How to add a dependency to Maven

Add the following com.github.tommyettinger : anim8-gdx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>anim8-gdx</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tommyettinger : anim8-gdx gradle dependency to your build.gradle file:

implementation 'com.github.tommyettinger:anim8-gdx:0.4.0'

Gradle Kotlin DSL: Add the following com.github.tommyettinger : anim8-gdx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tommyettinger:anim8-gdx:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tommyettinger : anim8-gdx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tommyettinger" % "anim8-gdx" % "0.4.0"

Advertisement