GroupId | GroupIdio.github.metarank |
---|---|
ArtifactId | ArtifactIdlightgbm4j |
Version | Version3.1.1-4 |
Type | Typejar |
Filename | Size |
---|---|
lightgbm4j-3.1.1-4.pom | |
lightgbm4j-3.1.1-4.jar | 3 MB |
lightgbm4j-3.1.1-4-sources.jar | 3 MB |
lightgbm4j-3.1.1-4-javadoc.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.metarank/lightgbm4j/ -->
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>lightgbm4j</artifactId>
<version>3.1.1-4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.metarank/lightgbm4j/
implementation 'io.github.metarank:lightgbm4j:3.1.1-4'
// https://jarcasting.com/artifacts/io.github.metarank/lightgbm4j/
implementation ("io.github.metarank:lightgbm4j:3.1.1-4")
'io.github.metarank:lightgbm4j:jar:3.1.1-4'
<dependency org="io.github.metarank" name="lightgbm4j" rev="3.1.1-4">
<artifact name="lightgbm4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.metarank', module='lightgbm4j', version='3.1.1-4')
)
libraryDependencies += "io.github.metarank" % "lightgbm4j" % "3.1.1-4"
[io.github.metarank/lightgbm4j "3.1.1-4"]