<dependency> <groupId>ai.h2o</groupId> <artifactId>h2o-jetty-9-minimal</artifactId> <version>3.46.0.4</version> </dependency>
implementation 'ai.h2o:h2o-jetty-9-minimal:3.46.0.4'
implementation("ai.h2o:h2o-jetty-9-minimal:3.46.0.4")
libraryDependencies += "ai.h2o" % "h2o-jetty-9-minimal" % "3.46.0.4"
@Grapes( @Grab(group='ai.h2o', module='h2o-jetty-9-minimal', version='3.46.0.4') )
<dependency org="ai.h2o" name="h2o-jetty-9-minimal" rev="3.46.0.4" />
[ai.h2o/h2o-jetty-9-minimal "3.46.0.4"]
'ai.h2o:h2o-jetty-9-minimal:jar:3.46.0.4'
compile
|-- ai.h2o:h2o-webserver-iface:3.46.0.4
|-- org.eclipse.jetty:jetty-server:9.4.53.v20231009
|-- org.eclipse.jetty:jetty-servlet:9.4.53.v20231009
|-- org.eclipse.jetty.websocket:websocket-api:9.4.53.v20231009
|-- org.eclipse.jetty.websocket:websocket-server:9.4.53.v20231009