GroupId | GroupIdcom.feedzai |
---|---|
ArtifactId | ArtifactIdopenml-lightgbm |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
openml-lightgbm-1.3.0.pom | |
openml-lightgbm-1.3.0.jar | 3 MB |
openml-lightgbm-1.3.0-sources.jar | 33 KB |
openml-lightgbm-1.3.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feedzai/openml-lightgbm/ -->
<dependency>
<groupId>com.feedzai</groupId>
<artifactId>openml-lightgbm</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedzai/openml-lightgbm/
implementation 'com.feedzai:openml-lightgbm:1.3.0'
// https://jarcasting.com/artifacts/com.feedzai/openml-lightgbm/
implementation ("com.feedzai:openml-lightgbm:1.3.0")
'com.feedzai:openml-lightgbm:jar:1.3.0'
<dependency org="com.feedzai" name="openml-lightgbm" rev="1.3.0">
<artifact name="openml-lightgbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedzai', module='openml-lightgbm', version='1.3.0')
)
libraryDependencies += "com.feedzai" % "openml-lightgbm" % "1.3.0"
[com.feedzai/openml-lightgbm "1.3.0"]