<dependency> <groupId>ai.h2o</groupId> <artifactId>xgboost4j</artifactId> <version>0.7.2</version> </dependency>
implementation 'ai.h2o:xgboost4j:0.7.2'
implementation("ai.h2o:xgboost4j:0.7.2")
libraryDependencies += "ai.h2o" % "xgboost4j" % "0.7.2"
@Grapes( @Grab(group='ai.h2o', module='xgboost4j', version='0.7.2') )
<dependency org="ai.h2o" name="xgboost4j" rev="0.7.2" />
[ai.h2o/xgboost4j "0.7.2"]
'ai.h2o:xgboost4j:jar:0.7.2'
<parent> <groupId>ai.h2o</groupId> <artifactId>xgboost-jvm</artifactId> <version>0.7.2</version> </parent>
compile
|-- com.typesafe.akka:akka-actor_${scala.binary.version}:2.3.11
test
|-- junit:junit:4.11
|-- com.typesafe.akka:akka-testkit_${scala.binary.version}:2.3.11