is not current version
Last Version 1.2

ai.bleckwen:xgboost-predictor4j 0.6

Bleckwen implementation of XGBoost predictor

GroupId

GroupId

ai.bleckwen
ArtifactId

ArtifactId

xgboost-predictor4j
Version

Version

0.6
Type

Type

jar

Download xgboost-predictor4j 0.6


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