<dependency> <groupId>com.feedzai</groupId> <artifactId>openml-utils</artifactId> <version>0.2.2</version> </dependency>
implementation 'com.feedzai:openml-utils:0.2.2'
implementation("com.feedzai:openml-utils:0.2.2")
libraryDependencies += "com.feedzai" % "openml-utils" % "0.2.2"
@Grapes( @Grab(group='com.feedzai', module='openml-utils', version='0.2.2') )
<dependency org="com.feedzai" name="openml-utils" rev="0.2.2" />
[com.feedzai/openml-utils "0.2.2"]
'com.feedzai:openml-utils:jar:0.2.2'
<parent> <groupId>com.feedzai</groupId> <artifactId>openml</artifactId> <version>0.2.2</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