is not current version
Last Version 1.0.6

ai.catboost:catboost-prediction 1.0.1

Java module to apply CatBoost models

GroupId

GroupId

ai.catboost
ArtifactId

ArtifactId

catboost-prediction
Version

Version

1.0.1
Type

Type

jar

Download catboost-prediction 1.0.1


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