MVN

io.github.myui : lightgbm

Maven & Gradle

Jul 16, 2021
0 stars

lightgbm · LightGBM containing portable Linux/MacOSX binaries

<dependency>
    <groupId>io.github.myui</groupId>
    <artifactId>lightgbm</artifactId>
    <version>3.2.1-rc2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.myui : lightgbm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1-rc2
  • Latest Release Candidate: 3.2.1-rc2

All Versions

Choose a version of io.github.myui : lightgbm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
lightgbm-3.2.1-rc2
2.3.x
lightgbm-2.3.1-rc1

How to add a dependency to Maven

Add the following io.github.myui : lightgbm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.myui</groupId>
    <artifactId>lightgbm</artifactId>
    <version>3.2.1-rc2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.myui : lightgbm gradle dependency to your build.gradle file:

implementation 'io.github.myui:lightgbm:3.2.1-rc2'

Gradle Kotlin DSL: Add the following io.github.myui : lightgbm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.myui:lightgbm:3.2.1-rc2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.myui : lightgbm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.myui" % "lightgbm" % "3.2.1-rc2"