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