<dependency> <groupId>ai.h2o</groupId> <artifactId>h2o-jetty-9-minimal</artifactId> <version>3.46.0.5</version> </dependency>
implementation 'ai.h2o:h2o-jetty-9-minimal:3.46.0.5'
implementation("ai.h2o:h2o-jetty-9-minimal:3.46.0.5")
libraryDependencies += "ai.h2o" % "h2o-jetty-9-minimal" % "3.46.0.5"
@Grapes( @Grab(group='ai.h2o', module='h2o-jetty-9-minimal', version='3.46.0.5') )
<dependency org="ai.h2o" name="h2o-jetty-9-minimal" rev="3.46.0.5" />
[ai.h2o/h2o-jetty-9-minimal "3.46.0.5"]
'ai.h2o:h2o-jetty-9-minimal:jar:3.46.0.5'
compile
|-- ai.h2o:h2o-webserver-iface:3.46.0.5
|-- 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