не последняя версия
Последняя версия 1.2

ai.bleckwen:xgboost-predictor4j 1.0

Bleckwen JVM implementation of XGBoost Predictor

Группа

Группа

ai.bleckwen
Идентификатор

Идентификатор

xgboost-predictor4j
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]