o

openml-api

API classes to interact with the Feedzai Machine Learning platform.
Files download
File Operation
openml-api-0.3.0.jar download
openml-api-0.3.0.pom download
openml-api-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-api</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-api:0.3.0'
Gradle Kotlin
implementation("com.feedzai:openml-api:0.3.0")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-api" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-api', version='0.3.0')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-api" rev="0.3.0" />
Leiningen
[com.feedzai/openml-api "0.3.0"]
Apache Buildr
'com.feedzai:openml-api:jar:0.3.0'