h

h2o-webserver-iface

Interface module isolating H2O functionality from specific HTTP server implementation. Exposes facade that needs to have exactly one implementation on runtime classpath.
https://github.com/h2oai/h2o-3
The Apache Software License, Version 2.0
H2O.ai
Open Source Google Group
Files download
File Operation
h2o-webserver-iface-3.32.1.6.jar download
h2o-webserver-iface-3.32.1.6.pom download
h2o-webserver-iface-3.32.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.h2o</groupId>
  <artifactId>h2o-webserver-iface</artifactId>
  <version>3.32.1.6</version>
</dependency>
Gradle Groovy
implementation 'ai.h2o:h2o-webserver-iface:3.32.1.6'
Gradle Kotlin
implementation("ai.h2o:h2o-webserver-iface:3.32.1.6")
Scala SBT
libraryDependencies += "ai.h2o" % "h2o-webserver-iface" % "3.32.1.6"
Groovy Grape
@Grapes(
  @Grab(group='ai.h2o', module='h2o-webserver-iface', version='3.32.1.6')
)
Apache Ivy
<dependency org="ai.h2o" name="h2o-webserver-iface" rev="3.32.1.6" />
Leiningen
[ai.h2o/h2o-webserver-iface "3.32.1.6"]
Apache Buildr
'ai.h2o:h2o-webserver-iface:jar:3.32.1.6'
Dependencies