Skip to content

Getting the latest release

Elliot Ford edited this page Jun 28, 2015 · 8 revisions

Maven central Maven Central

JALSE releases (and SNAPSHOTs) are published to Maven central (http://search.maven.org/).

Example for Maven:

<dependency>
    <groupId>com.github.ellzord</groupId>
    <artifactId>JALSE</artifactId>
    <version>1.1.0</version>
</dependency>

Example for Gradle:

compile 'com.github.ellzord:JALSE:1.1.0'

GitHub releases GitHub release

The same content published to Maven central is also uploaded to GitHub releases (https://github.com/Ellzord/JALSE/releases).

Clone this wiki locally