<dependency> <groupId>ml.dmlc</groupId> <artifactId>xgboost4j</artifactId> <version>0.82</version> </dependency>
implementation 'ml.dmlc:xgboost4j:0.82'
implementation("ml.dmlc:xgboost4j:0.82")
libraryDependencies += "ml.dmlc" % "xgboost4j" % "0.82"
@Grapes( @Grab(group='ml.dmlc', module='xgboost4j', version='0.82') )
<dependency org="ml.dmlc" name="xgboost4j" rev="0.82" />
[ml.dmlc/xgboost4j "0.82"]
'ml.dmlc:xgboost4j:jar:0.82'
<parent> <groupId>ml.dmlc</groupId> <artifactId>xgboost-jvm</artifactId> <version>0.82</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