MVN

io.github.lucasstarsz.fastj : fastj-library

Maven & Gradle

Aug 21, 2022
82 stars

FastJ Game Library · An open source, Java-based 2D game engine.

<dependency>
    <groupId>io.github.lucasstarsz.fastj</groupId>
    <artifactId>fastj-library</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lucasstarsz.fastj : fastj-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of io.github.lucasstarsz.fastj : fastj-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
fastj-library-1.7.0-SNAPSHOT-2
fastj-library-1.7.0-SNAPSHOT-1
1.6.x
fastj-library-1.6.0
fastj-library-1.6.0-SNAPSHOT-3
fastj-library-1.6.0-SNAPSHOT-2
1.5.x
fastj-library-1.5.1
fastj-library-1.5.0
fastj-library-1.5.0-SNAPSHOT-2
fastj-library-1.5.0-SNAPSHOT-1
1.4.x
fastj-library-1.4.0
1.3.x
fastj-library-1.3.0
1.2.x
fastj-library-1.2.0
1.1.x
fastj-library-1.1.2
fastj-library-1.1.1
fastj-library-1.1.0

How to add a dependency to Maven

Add the following io.github.lucasstarsz.fastj : fastj-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lucasstarsz.fastj</groupId>
    <artifactId>fastj-library</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lucasstarsz.fastj : fastj-library gradle dependency to your build.gradle file:

implementation 'io.github.lucasstarsz.fastj:fastj-library:1.6.0'

Gradle Kotlin DSL: Add the following io.github.lucasstarsz.fastj : fastj-library gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lucasstarsz.fastj:fastj-library:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lucasstarsz.fastj : fastj-library sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lucasstarsz.fastj" % "fastj-library" % "1.6.0"

Advertisement