License |
License |
---|---|
GroupId | GroupIdai.catboost |
ArtifactId | ArtifactIdcatboost-common |
Version | Version1.0.4 |
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-1.0.4.pom | |
catboost-common-1.0.4.jar | 6 KB |
catboost-common-1.0.4-sources.jar | 2 KB |
catboost-common-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-common/
implementation 'ai.catboost:catboost-common:1.0.4'
// https://jarcasting.com/artifacts/ai.catboost/catboost-common/
implementation ("ai.catboost:catboost-common:1.0.4")
'ai.catboost:catboost-common:jar:1.0.4'
<dependency org="ai.catboost" name="catboost-common" rev="1.0.4">
<artifact name="catboost-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-common', version='1.0.4')
)
libraryDependencies += "ai.catboost" % "catboost-common" % "1.0.4"
[ai.catboost/catboost-common "1.0.4"]
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 |