GroupId | GroupIdcom.feedzai |
---|---|
ArtifactId | ArtifactIdopenml-lightgbm |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
openml-lightgbm-1.3.3.pom | |
openml-lightgbm-1.3.3.jar | 3 MB |
openml-lightgbm-1.3.3-sources.jar | 33 KB |
openml-lightgbm-1.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedzai/openml-lightgbm/
implementation 'com.feedzai:openml-lightgbm:1.3.3'
// https://jarcasting.com/artifacts/com.feedzai/openml-lightgbm/
implementation ("com.feedzai:openml-lightgbm:1.3.3")
'com.feedzai:openml-lightgbm:jar:1.3.3'
<dependency org="com.feedzai" name="openml-lightgbm" rev="1.3.3">
<artifact name="openml-lightgbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedzai', module='openml-lightgbm', version='1.3.3')
)
libraryDependencies += "com.feedzai" % "openml-lightgbm" % "1.3.3"
[com.feedzai/openml-lightgbm "1.3.3"]