<dependency> <groupId>com.feedzai</groupId> <artifactId>openml-utils</artifactId> <version>0.3.0</version> </dependency>
implementation 'com.feedzai:openml-utils:0.3.0'
implementation("com.feedzai:openml-utils:0.3.0")
libraryDependencies += "com.feedzai" % "openml-utils" % "0.3.0"
@Grapes( @Grab(group='com.feedzai', module='openml-utils', version='0.3.0') )
<dependency org="com.feedzai" name="openml-utils" rev="0.3.0" />
[com.feedzai/openml-utils "0.3.0"]
'com.feedzai:openml-utils:jar:0.3.0'
<parent> <groupId>com.feedzai</groupId> <artifactId>openml</artifactId> <version>0.3.0</version> </parent>
compile
|-- com.feedzai:openml-api
provided
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind