MVN

io.github.joafalves : pixel-ext-tween

Maven & Gradle

Nov 09, 2022
25 stars

Pixel 2D Game Framework · Modular Java/Kotlin 2D Game Framework.

<dependency>
    <groupId>io.github.joafalves</groupId>
    <artifactId>pixel-ext-tween</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.joafalves : pixel-ext-tween to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0
  • Latest Release Candidate: 0.8.0-rc.2

All Versions

Choose a version of io.github.joafalves : pixel-ext-tween to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
pixel-ext-tween-0.10.0
0.9.x
pixel-ext-tween-0.9.0
0.8.x
pixel-ext-tween-0.8.1
pixel-ext-tween-0.8.0
pixel-ext-tween-0.8.0-rc.2
pixel-ext-tween-0.8.0-rc.1

How to add a dependency to Maven

Add the following io.github.joafalves : pixel-ext-tween maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.joafalves</groupId>
    <artifactId>pixel-ext-tween</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.joafalves : pixel-ext-tween gradle dependency to your build.gradle file:

implementation 'io.github.joafalves:pixel-ext-tween:0.10.0'

Gradle Kotlin DSL: Add the following io.github.joafalves : pixel-ext-tween gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.joafalves:pixel-ext-tween:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.joafalves : pixel-ext-tween sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.joafalves" % "pixel-ext-tween" % "0.10.0"