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