GroupId | GroupIdio.github.metarank |
---|---|
ArtifactId | ArtifactIdlightgbm4j |
Version | Version3.1.0-2 |
Type | Typejar |
Filename | Size |
---|---|
lightgbm4j-3.1.0-2.pom | |
lightgbm4j-3.1.0-2.jar | 3 MB |
lightgbm4j-3.1.0-2-sources.jar | 3 MB |
lightgbm4j-3.1.0-2-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.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.metarank/lightgbm4j/
implementation 'io.github.metarank:lightgbm4j:3.1.0-2'
// https://jarcasting.com/artifacts/io.github.metarank/lightgbm4j/
implementation ("io.github.metarank:lightgbm4j:3.1.0-2")
'io.github.metarank:lightgbm4j:jar:3.1.0-2'
<dependency org="io.github.metarank" name="lightgbm4j" rev="3.1.0-2">
<artifact name="lightgbm4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.metarank', module='lightgbm4j', version='3.1.0-2')
)
libraryDependencies += "io.github.metarank" % "lightgbm4j" % "3.1.0-2"
[io.github.metarank/lightgbm4j "3.1.0-2"]