com.github.mathiewz :: modernized-slick

The main purpose of this libraryis to modernize and maintain the slick2D library.

License

License

GroupId

GroupId

com.github.mathiewz
ArtifactId

ArtifactId

modernized-slick
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.mathiewz :: modernized-slick
The main purpose of this libraryis to modernize and maintain the slick2D library.
Project URL

Project URL

https://github.com/mathiewz/modernized-slick
Source Code Management

Source Code Management

https://github.com/mathiewz/modernized-slick

Download modernized-slick

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mathiewz/modernized-slick/ -->
<dependency>
    <groupId>com.github.mathiewz</groupId>
    <artifactId>modernized-slick</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mathiewz/modernized-slick/
implementation 'com.github.mathiewz:modernized-slick:1.1.0'
// https://jarcasting.com/artifacts/com.github.mathiewz/modernized-slick/
implementation ("com.github.mathiewz:modernized-slick:1.1.0")
'com.github.mathiewz:modernized-slick:jar:1.1.0'
<dependency org="com.github.mathiewz" name="modernized-slick" rev="1.1.0">
  <artifact name="modernized-slick" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mathiewz', module='modernized-slick', version='1.1.0')
)
libraryDependencies += "com.github.mathiewz" % "modernized-slick" % "1.1.0"
[com.github.mathiewz/modernized-slick "1.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.lwjgl.lwjgl : lwjgl jar 2.9.3
org.jcraft : jorbis jar 0.0.17
org.apache.commons : commons-lang3 jar 3.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

system (1)

Group / Artifact Type Version
javax.jnlp » jnlp-api jar 8.0

Project Modules

There are no modules declared in this project.

Modernized Slick Build Status

fork from this repository

The main purpose of this repo is to modernize and maintain the slick2D library. It includes :

  • Mavenisation
  • Migration to java 8
  • Reducing technical Debt
  • Unit testing
  • API Best Practices
  • New features

Javadoc

All the javadoc of the current working version can be found here

Versions

Version
1.1.0
1.0.0