Files download
File Operation
JALSE-1.1.0.jar download
JALSE-1.1.0.pom download
JALSE-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ellzord</groupId>
  <artifactId>JALSE</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ellzord:JALSE:1.1.0'
Gradle Kotlin
implementation("com.github.ellzord:JALSE:1.1.0")
Scala SBT
libraryDependencies += "com.github.ellzord" % "JALSE" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ellzord', module='JALSE', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.ellzord" name="JALSE" rev="1.1.0" />
Leiningen
[com.github.ellzord/JALSE "1.1.0"]
Apache Buildr
'com.github.ellzord:JALSE:jar:1.1.0'
Dependencies