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