License |
License |
---|---|
GroupId | GroupIdcom.feedzai |
ArtifactId | ArtifactIdopenml-api |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFeedzai OpenML API
API classes to interact with the Feedzai Machine Learning platform.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openml-api-1.2.0.pom | |
openml-api-1.2.0.jar | 33 KB |
openml-api-1.2.0-tests.jar | 29 KB |
openml-api-1.2.0-sources.jar | 46 KB |
openml-api-1.2.0-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feedzai/openml-api/ -->
<dependency>
<groupId>com.feedzai</groupId>
<artifactId>openml-api</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedzai/openml-api/
implementation 'com.feedzai:openml-api:1.2.0'
// https://jarcasting.com/artifacts/com.feedzai/openml-api/
implementation ("com.feedzai:openml-api:1.2.0")
'com.feedzai:openml-api:jar:1.2.0'
<dependency org="com.feedzai" name="openml-api" rev="1.2.0">
<artifact name="openml-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedzai', module='openml-api', version='1.2.0')
)
libraryDependencies += "com.feedzai" % "openml-api" % "1.2.0"
[com.feedzai/openml-api "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
com.google.guava : guava | jar | 25.1-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.7.0 |