MVN

com.github.czyzby : gdx-lu

Maven & Gradle

Apr 02, 2017
158 stars

gdx-lu · Framework built on top of LibGDX, UEDI and LML.

<dependency>
    <groupId>com.github.czyzby</groupId>
    <artifactId>gdx-lu</artifactId>
    <version>1.9.1.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.1.9.6

All Versions

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

Version Vulnerabilities Updated
1.9.x
gdx-lu-1.9.1.9.6
1.8.x
gdx-lu-1.8.1.9.4
gdx-lu-1.8.1.9.4-b1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.czyzby</groupId>
    <artifactId>gdx-lu</artifactId>
    <version>1.9.1.9.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.czyzby:gdx-lu:1.9.1.9.6'

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

implementation("com.github.czyzby:gdx-lu:1.9.1.9.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.czyzby" % "gdx-lu" % "1.9.1.9.6"

Advertisement