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