is not current version
Last Version 3.2.110

com.microsoft.ml.lightgbm:lightgbmlib 3.2.100

A fast, distributed, high performance gradient boosting framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

GroupId

GroupId

com.microsoft.ml.lightgbm
ArtifactId

ArtifactId

lightgbmlib
Version

Version

3.2.100
Type

Type

jar

Download lightgbmlib 3.2.100


<!-- 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"]