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