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