is not current version
Last Version 0.17.0

ai.djl.ml.xgboost:xgboost 0.13.0

Deep Java Library (DJL) Engine Adapter for XGBoost

Categories

Categories

DJL Business Logic Libraries Machine Learning
GroupId

GroupId

ai.djl.ml.xgboost
ArtifactId

ArtifactId

xgboost
Version

Version

0.13.0
Type

Type

jar

Download xgboost 0.13.0


<!-- https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/ -->
<dependency>
    <groupId>ai.djl.ml.xgboost</groupId>
    <artifactId>xgboost</artifactId>
    <version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/
implementation 'ai.djl.ml.xgboost:xgboost:0.13.0'
// https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/
implementation ("ai.djl.ml.xgboost:xgboost:0.13.0")
'ai.djl.ml.xgboost:xgboost:jar:0.13.0'
<dependency org="ai.djl.ml.xgboost" name="xgboost" rev="0.13.0">
  <artifact name="xgboost" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.ml.xgboost', module='xgboost', version='0.13.0')
)
libraryDependencies += "ai.djl.ml.xgboost" % "xgboost" % "0.13.0"
[ai.djl.ml.xgboost/xgboost "0.13.0"]