<dependency> <groupId>ml.dmlc</groupId> <artifactId>xgboost-jvm</artifactId> <version>2.0.1</version> <type>pom</type> </dependency>
implementation 'ml.dmlc:xgboost-jvm:2.0.1'
implementation("ml.dmlc:xgboost-jvm:2.0.1")
libraryDependencies += "ml.dmlc" % "xgboost-jvm" % "2.0.1"
@Grapes( @Grab(group='ml.dmlc', module='xgboost-jvm', version='2.0.1') )
<dependency org="ml.dmlc" name="xgboost-jvm" rev="2.0.1" />
[ml.dmlc/xgboost-jvm "2.0.1"]
'ml.dmlc:xgboost-jvm:jar:2.0.1'
compile
|-- com.esotericsoftware:kryo:5.5.0
|-- commons-logging:commons-logging:1.2
test
|-- org.scalatest:scalatest_${scala.binary.version}:3.2.16
|-- org.scalactic:scalactic_${scala.binary.version}:3.2.16