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