GroupId | GroupIdai.catboost |
---|---|
ArtifactId | ArtifactIdcatboost-prediction |
Version | Version0.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/ -->
<dependency>
<groupId>ai.catboost</groupId>
<artifactId>catboost-prediction</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation 'ai.catboost:catboost-prediction:0.2.6'
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation ("ai.catboost:catboost-prediction:0.2.6")
'ai.catboost:catboost-prediction:jar:0.2.6'
<dependency org="ai.catboost" name="catboost-prediction" rev="0.2.6">
<artifact name="catboost-prediction" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-prediction', version='0.2.6')
)
libraryDependencies += "ai.catboost" % "catboost-prediction" % "0.2.6"
[ai.catboost/catboost-prediction "0.2.6"]