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