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