<dependency> <groupId>ai.h2o</groupId> <artifactId>h2o-ext-xgboost</artifactId> <version>3.14.0.3</version> <type>pom</type> </dependency>
implementation 'ai.h2o:h2o-ext-xgboost:3.14.0.3'
implementation("ai.h2o:h2o-ext-xgboost:3.14.0.3")
libraryDependencies += "ai.h2o" % "h2o-ext-xgboost" % "3.14.0.3"
@Grapes( @Grab(group='ai.h2o', module='h2o-ext-xgboost', version='3.14.0.3') )
<dependency org="ai.h2o" name="h2o-ext-xgboost" rev="3.14.0.3" />
[ai.h2o/h2o-ext-xgboost "3.14.0.3"]
'ai.h2o:h2o-ext-xgboost:jar:3.14.0.3'
runtime
|-- ai.h2o:h2o-core:3.14.0.3
|-- ai.h2o:h2o-algos:3.14.0.3
|-- ai.h2o:h2o-genmodel:3.14.0.3
|-- ai.h2o:h2o-genmodel-ext-xgboost:3.14.0.3