License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
GroupId | GroupIdai.djl.ml.xgboost |
ArtifactId | ArtifactIdxgboost |
Last Version | Last Version0.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL Engine Adapter for XGBoost
Deep Java Library (DJL) Engine Adapter for XGBoost
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xgboost-0.17.0.pom | |
xgboost-0.17.0.jar | 4 MB |
xgboost-0.17.0-sources.jar | 13 KB |
xgboost-0.17.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/ -->
<dependency>
<groupId>ai.djl.ml.xgboost</groupId>
<artifactId>xgboost</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/
implementation 'ai.djl.ml.xgboost:xgboost:0.17.0'
// https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/
implementation ("ai.djl.ml.xgboost:xgboost:0.17.0")
'ai.djl.ml.xgboost:xgboost:jar:0.17.0'
<dependency org="ai.djl.ml.xgboost" name="xgboost" rev="0.17.0">
<artifact name="xgboost" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.ml.xgboost', module='xgboost', version='0.17.0')
)
libraryDependencies += "ai.djl.ml.xgboost" % "xgboost" % "0.17.0"
[ai.djl.ml.xgboost/xgboost "0.17.0"]
Group / Artifact | Type | Version |
---|---|---|
ai.djl : api | jar | 0.17.0 |
commons-logging : commons-logging | jar | 1.2 |