<dependency> <groupId>ml.dmlc</groupId> <artifactId>xgboost4j-example_2.12</artifactId> <version>2.1.3</version> </dependency>
implementation 'ml.dmlc:xgboost4j-example_2.12:2.1.3'
implementation("ml.dmlc:xgboost4j-example_2.12:2.1.3")
libraryDependencies += "ml.dmlc" % "xgboost4j-example_2.12" % "2.1.3"
@Grapes( @Grab(group='ml.dmlc', module='xgboost4j-example_2.12', version='2.1.3') )
<dependency org="ml.dmlc" name="xgboost4j-example_2.12" rev="2.1.3" />
[ml.dmlc/xgboost4j-example_2.12 "2.1.3"]
'ml.dmlc:xgboost4j-example_2.12:jar:2.1.3'
<parent> <groupId>ml.dmlc</groupId> <artifactId>xgboost-jvm_2.12</artifactId> <version>2.1.3</version> </parent>
compile
|-- ml.dmlc:xgboost4j-spark_2.12
|-- ml.dmlc:xgboost4j-flink_2.12
provided
|-- org.apache.spark:spark-mllib_${scala.binary.version}