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