GroupId | GroupIdai.catboost |
---|---|
ArtifactId | ArtifactIdcatboost-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
catboost-common-1.0.0.pom | |
catboost-common-1.0.0.jar | 6 KB |
catboost-common-1.0.0-sources.jar | 2 KB |
catboost-common-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.catboost/catboost-common/ -->
<dependency>
<groupId>ai.catboost</groupId>
<artifactId>catboost-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-common/
implementation 'ai.catboost:catboost-common:1.0.0'
// https://jarcasting.com/artifacts/ai.catboost/catboost-common/
implementation ("ai.catboost:catboost-common:1.0.0")
'ai.catboost:catboost-common:jar:1.0.0'
<dependency org="ai.catboost" name="catboost-common" rev="1.0.0">
<artifact name="catboost-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-common', version='1.0.0')
)
libraryDependencies += "ai.catboost" % "catboost-common" % "1.0.0"
[ai.catboost/catboost-common "1.0.0"]