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