GroupId | GroupIdcom.github.hirofumi |
---|---|
ArtifactId | ArtifactIdxgboost4j-spark_2.11 |
Version | Version0.7.1-p1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hirofumi/xgboost4j-spark_2.11/ -->
<dependency>
<groupId>com.github.hirofumi</groupId>
<artifactId>xgboost4j-spark_2.11</artifactId>
<version>0.7.1-p1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hirofumi/xgboost4j-spark_2.11/
implementation 'com.github.hirofumi:xgboost4j-spark_2.11:0.7.1-p1'
// https://jarcasting.com/artifacts/com.github.hirofumi/xgboost4j-spark_2.11/
implementation ("com.github.hirofumi:xgboost4j-spark_2.11:0.7.1-p1")
'com.github.hirofumi:xgboost4j-spark_2.11:jar:0.7.1-p1'
<dependency org="com.github.hirofumi" name="xgboost4j-spark_2.11" rev="0.7.1-p1">
<artifact name="xgboost4j-spark_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hirofumi', module='xgboost4j-spark_2.11', version='0.7.1-p1')
)
libraryDependencies += "com.github.hirofumi" % "xgboost4j-spark_2.11" % "0.7.1-p1"
[com.github.hirofumi/xgboost4j-spark_2.11 "0.7.1-p1"]