| GroupId | GroupIdcom.microsoft.ml.lightgbm |
|---|---|
| ArtifactId | ArtifactIdlightgbmlib |
| Version | Version3.2.100 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lightgbmlib-3.2.100.pom | |
| lightgbmlib-3.2.100.jar | 3 MB |
| lightgbmlib-3.2.100-sources.jar | 19 KB |
| lightgbmlib-3.2.100-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.ml.lightgbm/lightgbmlib/ -->
<dependency>
<groupId>com.microsoft.ml.lightgbm</groupId>
<artifactId>lightgbmlib</artifactId>
<version>3.2.100</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.ml.lightgbm/lightgbmlib/
implementation 'com.microsoft.ml.lightgbm:lightgbmlib:3.2.100'
// https://jarcasting.com/artifacts/com.microsoft.ml.lightgbm/lightgbmlib/
implementation ("com.microsoft.ml.lightgbm:lightgbmlib:3.2.100")
'com.microsoft.ml.lightgbm:lightgbmlib:jar:3.2.100'
<dependency org="com.microsoft.ml.lightgbm" name="lightgbmlib" rev="3.2.100">
<artifact name="lightgbmlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.ml.lightgbm', module='lightgbmlib', version='3.2.100')
)
libraryDependencies += "com.microsoft.ml.lightgbm" % "lightgbmlib" % "3.2.100"
[com.microsoft.ml.lightgbm/lightgbmlib "3.2.100"]