MVN

com.microsoft.ml.lightgbm : lightgbmlib

Maven & Gradle

May 15, 2023
6 usages
15.8k stars

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

<dependency>
    <groupId>com.microsoft.ml.lightgbm</groupId>
    <artifactId>lightgbmlib</artifactId>
    <version>3.3.510</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.ml.lightgbm : lightgbmlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.510

All Versions

Choose a version of com.microsoft.ml.lightgbm : lightgbmlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
lightgbmlib-3.3.510
lightgbmlib-3.3.500
lightgbmlib-3.3.300
lightgbmlib-3.3.210
lightgbmlib-3.3.200
3.2.x
lightgbmlib-3.2.110
lightgbmlib-3.2.100
2.3.x
lightgbmlib-2.3.180
lightgbmlib-2.3.170
lightgbmlib-2.3.160
lightgbmlib-2.3.150
lightgbmlib-2.3.100
2.2.x
lightgbmlib-2.2.400
lightgbmlib-2.2.350
lightgbmlib-2.2.300
lightgbmlib-2.2.200
2.1.x
lightgbmlib-2.1.250
lightgbmlib-2.1.200
2.0.x
lightgbmlib-2.0.120

How to add a dependency to Maven

Add the following com.microsoft.ml.lightgbm : lightgbmlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.ml.lightgbm</groupId>
    <artifactId>lightgbmlib</artifactId>
    <version>3.3.510</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.ml.lightgbm : lightgbmlib gradle dependency to your build.gradle file:

implementation 'com.microsoft.ml.lightgbm:lightgbmlib:3.3.510'

Gradle Kotlin DSL: Add the following com.microsoft.ml.lightgbm : lightgbmlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.ml.lightgbm:lightgbmlib:3.3.510")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.ml.lightgbm : lightgbmlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.ml.lightgbm" % "lightgbmlib" % "3.3.510"

Advertisement