<dependency> <groupId>com.feedzai</groupId> <artifactId>openml-r-common</artifactId> <version>0.3.2</version> </dependency>
implementation 'com.feedzai:openml-r-common:0.3.2'
implementation("com.feedzai:openml-r-common:0.3.2")
libraryDependencies += "com.feedzai" % "openml-r-common" % "0.3.2"
@Grapes( @Grab(group='com.feedzai', module='openml-r-common', version='0.3.2') )
<dependency org="com.feedzai" name="openml-r-common" rev="0.3.2" />
[com.feedzai/openml-r-common "0.3.2"]
'com.feedzai:openml-r-common:jar:0.3.2'
<parent> <groupId>com.feedzai</groupId> <artifactId>openml-r</artifactId> <version>0.3.2</version> </parent>
compile
|-- org.rosuda.REngine:Rserve:1.8.1
provided
|-- com.feedzai:openml-api
|-- com.feedzai:openml-utils
|-- commons-io:commons-io
|-- com.fasterxml.jackson.core:jackson-databind
test