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