MVN

com.feedzai : openml-example

Maven & Gradle

Feb 17, 2022
1 usages
14 stars

Feedzai OpenML Example · Contains an example of a provider of Machine Learning Models implementing Feedzai's OpenML API. These examples are not true models (in the essence that they do not learn and simply return dummy predictions).

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

Latest Version

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

  • Latest Stable: 1.2.0

All Versions

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

Version Vulnerabilities Updated
1.2.x
openml-example-1.2.0
1.1.x
openml-example-1.1.0
1.0.x
openml-example-1.0.3
openml-example-1.0.2
openml-example-1.0.1
openml-example-1.0.0
0.4.x
openml-example-0.4.3
openml-example-0.4.2
openml-example-0.4.1
openml-example-0.4.0
0.3.x
openml-example-0.3.0
0.2.x
openml-example-0.2.2
openml-example-0.2.1
openml-example-0.2.0
0.1.x
openml-example-0.1.1
openml-example-0.1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Feb 17, 2022
16 usages
14 stars
Feb 17, 2022
15 usages
14 stars
Feb 17, 2022
3 usages
16 stars
Nov 26, 2020
2 usages
5 stars
Nov 25, 2020
2 usages
6 stars

Discover Dependencies