is not current version
Last Version 1.2

ai.bleckwen:xgboost-predictor4j 1.0

Bleckwen JVM implementation of XGBoost Predictor

GroupId

GroupId

ai.bleckwen
ArtifactId

ArtifactId

xgboost-predictor4j
Version

Version

1.0
Type

Type

jar

Download xgboost-predictor4j 1.0


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