| GroupId | GroupIdai.bleckwen |
|---|---|
| ArtifactId | ArtifactIdxgboost-predictor4j |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xgboost-predictor4j-1.0.pom | |
| xgboost-predictor4j-1.0.jar | 93 KB |
| xgboost-predictor4j-1.0-sources.jar | 8 KB |
| xgboost-predictor4j-1.0-javadoc.jar | 433 KB |
| Browse |
<!-- 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"]