GroupId | GroupIdcom.linkedin.dagli |
---|---|
ArtifactId | ArtifactIdxgboost-core |
Version | Version15.0.0-beta8 |
Type | Typejar |
Filename | Size |
---|---|
xgboost-core-15.0.0-beta8.pom | |
xgboost-core-15.0.0-beta8.jar | 22 KB |
xgboost-core-15.0.0-beta8-sources.jar | 11 KB |
xgboost-core-15.0.0-beta8-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.dagli/xgboost-core/ -->
<dependency>
<groupId>com.linkedin.dagli</groupId>
<artifactId>xgboost-core</artifactId>
<version>15.0.0-beta8</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.dagli/xgboost-core/
implementation 'com.linkedin.dagli:xgboost-core:15.0.0-beta8'
// https://jarcasting.com/artifacts/com.linkedin.dagli/xgboost-core/
implementation ("com.linkedin.dagli:xgboost-core:15.0.0-beta8")
'com.linkedin.dagli:xgboost-core:jar:15.0.0-beta8'
<dependency org="com.linkedin.dagli" name="xgboost-core" rev="15.0.0-beta8">
<artifact name="xgboost-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.dagli', module='xgboost-core', version='15.0.0-beta8')
)
libraryDependencies += "com.linkedin.dagli" % "xgboost-core" % "15.0.0-beta8"
[com.linkedin.dagli/xgboost-core "15.0.0-beta8"]