MVN

io.github.libsdl4j : libsdl4j

Maven & Gradle

Jul 16, 2023
33 stars

LibSDL4J · LibSDL4J - Java language bindings for SDL2.

<dependency>
    <groupId>io.github.libsdl4j</groupId>
    <artifactId>libsdl4j</artifactId>
    <version>2.28.1-1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.28.1-1.3

All Versions

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

Version Vulnerabilities Updated
2.28.x
libsdl4j-2.28.1-1.3
libsdl4j-2.28.0-1.3
2.26.x
libsdl4j-2.26.5-1.2
libsdl4j-2.26.4-1.2
libsdl4j-2.26.3-1.2
libsdl4j-2.26.2-1.2
libsdl4j-2.26.1-1.1
2.24.x
libsdl4j-2.24.2-1.0
libsdl4j-2.24.0-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.libsdl4j</groupId>
    <artifactId>libsdl4j</artifactId>
    <version>2.28.1-1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.libsdl4j : libsdl4j gradle dependency to your build.gradle file:

implementation 'io.github.libsdl4j:libsdl4j:2.28.1-1.3'

Gradle Kotlin DSL: Add the following io.github.libsdl4j : libsdl4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.libsdl4j:libsdl4j:2.28.1-1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.libsdl4j : libsdl4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.libsdl4j" % "libsdl4j" % "2.28.1-1.3"