<dependency> <groupId>ai.h2o</groupId> <artifactId>xgboost4j_2.12</artifactId> <version>1.2.0.16</version> </dependency>
implementation 'ai.h2o:xgboost4j_2.12:1.2.0.16'
implementation("ai.h2o:xgboost4j_2.12:1.2.0.16")
libraryDependencies += "ai.h2o" % "xgboost4j_2.12" % "1.2.0.16"
@Grapes( @Grab(group='ai.h2o', module='xgboost4j_2.12', version='1.2.0.16') )
<dependency org="ai.h2o" name="xgboost4j_2.12" rev="1.2.0.16" />
[ai.h2o/xgboost4j_2.12 "1.2.0.16"]
'ai.h2o:xgboost4j_2.12:jar:1.2.0.16'
compile
|-- com.typesafe.akka:akka-actor_${scala.binary.version}:2.5.23
|-- com.esotericsoftware.kryo:kryo:2.21
|-- org.scalatest:scalatest_${scala.binary.version}:3.0.5
provided
|-- org.apache.hadoop:hadoop-hdfs:2.7.3
|-- org.apache.hadoop:hadoop-common:2.7.3
test
|-- junit:junit:4.11