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