Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.h2o |
ArtifactId | ArtifactIdxgboost-predictor |
Version | Version0.3.7 |
Type | Typejar |
Filename | Size |
---|---|
xgboost-predictor-0.3.7.pom | |
xgboost-predictor-0.3.7.jar | 32 KB |
xgboost-predictor-0.3.7-sources.jar | 16 KB |
xgboost-predictor-0.3.7-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.h2o/xgboost-predictor/ -->
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>xgboost-predictor</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/ai.h2o/xgboost-predictor/
implementation 'ai.h2o:xgboost-predictor:0.3.7'
// https://jarcasting.com/artifacts/ai.h2o/xgboost-predictor/
implementation ("ai.h2o:xgboost-predictor:0.3.7")
'ai.h2o:xgboost-predictor:jar:0.3.7'
<dependency org="ai.h2o" name="xgboost-predictor" rev="0.3.7">
<artifact name="xgboost-predictor" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.h2o', module='xgboost-predictor', version='0.3.7')
)
libraryDependencies += "ai.h2o" % "xgboost-predictor" % "0.3.7"
[ai.h2o/xgboost-predictor "0.3.7"]