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