<dependency> <groupId>ai.h2o</groupId> <artifactId>h2o-webserver-iface</artifactId> <version>3.44.0.3</version> </dependency>
implementation 'ai.h2o:h2o-webserver-iface:3.44.0.3'
implementation("ai.h2o:h2o-webserver-iface:3.44.0.3")
libraryDependencies += "ai.h2o" % "h2o-webserver-iface" % "3.44.0.3"
@Grapes( @Grab(group='ai.h2o', module='h2o-webserver-iface', version='3.44.0.3') )
<dependency org="ai.h2o" name="h2o-webserver-iface" rev="3.44.0.3" />
[ai.h2o/h2o-webserver-iface "3.44.0.3"]
'ai.h2o:h2o-webserver-iface:jar:3.44.0.3'
compile
|-- commons-codec:commons-codec:1.9