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