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