-
Notifications
You must be signed in to change notification settings - Fork 24
Getting the latest release
Elliot Ford edited this page Jun 28, 2015
·
8 revisions
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'
The same content published to Maven central is also uploaded to GitHub releases (https://github.com/Ellzord/JALSE/releases).
Check out the Example projects and Code snippets!
Getting Started
- Getting the latest release
- Building from source
- Example projects
- Code snippets
- How to contribute
- Have bugs or questions?
How To Use
- JALSE
- Entities
- Attributes
- Actions
- Tags
Misc