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.46.0.4.jar download
h2o-webserver-iface-3.46.0.4.pom download
h2o-webserver-iface-3.46.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.h2o</groupId>
  <artifactId>h2o-webserver-iface</artifactId>
  <version>3.46.0.4</version>
</dependency>
Gradle Groovy
implementation 'ai.h2o:h2o-webserver-iface:3.46.0.4'
Gradle Kotlin
implementation("ai.h2o:h2o-webserver-iface:3.46.0.4")
Scala SBT
libraryDependencies += "ai.h2o" % "h2o-webserver-iface" % "3.46.0.4"
Groovy Grape
@Grapes(
  @Grab(group='ai.h2o', module='h2o-webserver-iface', version='3.46.0.4')
)
Apache Ivy
<dependency org="ai.h2o" name="h2o-webserver-iface" rev="3.46.0.4" />
Leiningen
[ai.h2o/h2o-webserver-iface "3.46.0.4"]
Apache Buildr
'ai.h2o:h2o-webserver-iface:jar:3.46.0.4'
Dependencies