| Группа | Группаai.bleckwen |
|---|---|
| Идентификатор | Идентификаторxgboost-predictor4j |
| Версия | Версия0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xgboost-predictor4j-0.6.pom | |
| xgboost-predictor4j-0.6.jar | 93 KB |
| xgboost-predictor4j-0.6-sources.jar | 8 KB |
| xgboost-predictor4j-0.6-javadoc.jar | 433 KB |
| Обзор |
<!-- 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"]