<dependency> <groupId>ai.h2o</groupId> <artifactId>xgboost4j-linux-minimal</artifactId> <version>1.2.0.16</version> </dependency>
implementation 'ai.h2o:xgboost4j-linux-minimal:1.2.0.16'
implementation("ai.h2o:xgboost4j-linux-minimal:1.2.0.16")
libraryDependencies += "ai.h2o" % "xgboost4j-linux-minimal" % "1.2.0.16"
@Grapes( @Grab(group='ai.h2o', module='xgboost4j-linux-minimal', version='1.2.0.16') )
<dependency org="ai.h2o" name="xgboost4j-linux-minimal" rev="1.2.0.16" />
[ai.h2o/xgboost4j-linux-minimal "1.2.0.16"]
'ai.h2o:xgboost4j-linux-minimal:jar:1.2.0.16'