License |
License |
---|---|
GroupId | GroupIdai.catboost |
ArtifactId | ArtifactIdcatboost-common |
Version | Version0.26.1 |
Type | Typejar |
Description |
DescriptionCatBoost common library
Java module for common CatBoost functionality
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
catboost-common-0.26.1.pom | |
catboost-common-0.26.1.jar | 6 KB |
catboost-common-0.26.1-sources.jar | 2 KB |
catboost-common-0.26.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.catboost/catboost-common/ -->
<dependency>
<groupId>ai.catboost</groupId>
<artifactId>catboost-common</artifactId>
<version>0.26.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-common/
implementation 'ai.catboost:catboost-common:0.26.1'
// https://jarcasting.com/artifacts/ai.catboost/catboost-common/
implementation ("ai.catboost:catboost-common:0.26.1")
'ai.catboost:catboost-common:jar:0.26.1'
<dependency org="ai.catboost" name="catboost-common" rev="0.26.1">
<artifact name="catboost-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-common', version='0.26.1')
)
libraryDependencies += "ai.catboost" % "catboost-common" % "0.26.1"
[ai.catboost/catboost-common "0.26.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 1.1.0.Final |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.apache.commons : commons-math3 | jar | 3.6.1 |