<dependency> <groupId>ml.dmlc</groupId> <artifactId>xgboost4j-example</artifactId> <version>0.80</version> </dependency>
implementation 'ml.dmlc:xgboost4j-example:0.80'
implementation("ml.dmlc:xgboost4j-example:0.80")
libraryDependencies += "ml.dmlc" % "xgboost4j-example" % "0.80"
@Grapes( @Grab(group='ml.dmlc', module='xgboost4j-example', version='0.80') )
<dependency org="ml.dmlc" name="xgboost4j-example" rev="0.80" />
[ml.dmlc/xgboost4j-example "0.80"]
'ml.dmlc:xgboost4j-example:jar:0.80'
<parent> <groupId>ml.dmlc</groupId> <artifactId>xgboost-jvm</artifactId> <version>0.80</version> </parent>
compile
|-- ml.dmlc:xgboost4j-spark:0.80
|-- ml.dmlc:xgboost4j-flink:0.80
|-- org.apache.commons:commons-lang3:3.4
provided
|-- org.apache.spark:spark-mllib_${scala.binary.version}