r

runtime-jvm

Hyperdrive implementation that's needed for observations and such
https://hyperdrive.tools
MIT License
Tadeas Kriz
Files download
File Operation
runtime-jvm-0.1.159.jar download
runtime-jvm-0.1.159.pom download
runtime-jvm-0.1.159-sources.jar download
Apache Maven
<dependency>
  <groupId>org.brightify.hyperdrive</groupId>
  <artifactId>runtime-jvm</artifactId>
  <version>0.1.159</version>
</dependency>
Gradle Groovy
implementation 'org.brightify.hyperdrive:runtime-jvm:0.1.159'
Gradle Kotlin
implementation("org.brightify.hyperdrive:runtime-jvm:0.1.159")
Scala SBT
libraryDependencies += "org.brightify.hyperdrive" % "runtime-jvm" % "0.1.159"
Groovy Grape
@Grapes(
  @Grab(group='org.brightify.hyperdrive', module='runtime-jvm', version='0.1.159')
)
Apache Ivy
<dependency org="org.brightify.hyperdrive" name="runtime-jvm" rev="0.1.159" />
Leiningen
[org.brightify.hyperdrive/runtime-jvm "0.1.159"]
Apache Buildr
'org.brightify.hyperdrive:runtime-jvm:jar:0.1.159'