<dependency>
<groupId>com.feedzai</groupId>
<artifactId>openml-datarobot</artifactId>
<version>2.0.1</version>
</dependency>
<parent> <groupId>com.feedzai</groupId> <artifactId>openml-java</artifactId> <version>2.0.1</version> </parent>
compile
|-- com.feedzai:openml-java-utils
|-- com.datarobot:datarobot-prediction:1.1.1
|-- com.datarobot:drmatrix:1.0.4
|-- com.google.auto.service:auto-service
provided
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
test
|-- junit:junit