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