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