MVN

com.feedzai : openml-api

Maven & Gradle

Feb 17, 2022
16 usages
14 stars

Feedzai OpenML API · API classes to interact with the Feedzai Machine Learning platform.

<dependency>
    <groupId>com.feedzai</groupId>
    <artifactId>openml-api</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.feedzai : openml-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.feedzai : openml-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • openml-api-1.2.0

    Feb 17, 2022
  • openml-api-1.1.0

    Nov 25, 2020
  • openml-api-0.4.3

    Oct 12, 2019
  • openml-api-1.0.3

    Oct 12, 2019
  • openml-api-0.4.2

    May 21, 2019
  • openml-api-1.0.2

    May 21, 2019
  • openml-api-1.0.1

    Jan 30, 2019
  • openml-api-1.0.0

    Jan 23, 2019
  • openml-api-0.4.1

    Nov 15, 2018
  • openml-api-0.4.0

    Oct 31, 2018
  • openml-api-0.3.0

    Oct 16, 2018
  • openml-api-0.2.2

    Jul 09, 2018
  • openml-api-0.2.1

    Jul 04, 2018
  • openml-api-0.2.0

    Jul 03, 2018
  • openml-api-0.1.1

    Jun 26, 2018
  • openml-api-0.1.0

    Jun 09, 2018

How to add a dependency to Maven

Add the following com.feedzai : openml-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.feedzai</groupId>
    <artifactId>openml-api</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.feedzai : openml-api gradle dependency to your build.gradle file:

implementation 'com.feedzai:openml-api:1.2.0'

Gradle Kotlin DSL: Add the following com.feedzai : openml-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.feedzai:openml-api:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.feedzai : openml-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.feedzai" % "openml-api" % "1.2.0"