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