<dependency>
<groupId>com.feedzai</groupId>
<artifactId>openml-lightgbm</artifactId>
<version>1.0.13</version>
</dependency>
<parent> <groupId>com.feedzai.openml.lightgbm.meta</groupId> <artifactId>openml-lightgbm-meta-module</artifactId> <version>1.0.13</version> </parent>
compile
|-- com.feedzai.openml.lightgbm.meta:lightgbm-builder
|-- com.feedzai.openml.lightgbm.lightgbmlib:lightgbmlib
|-- com.google.auto.service:auto-service
provided
test
|-- ch.qos.logback:logback-core
|-- junit:junit