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