| GroupId | GroupIdcom.feedzai |
|---|---|
| ArtifactId | ArtifactIdopenml-utils |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openml-utils-0.4.0.pom | |
| openml-utils-0.4.0.jar | 43 KB |
| openml-utils-0.4.0-tests.jar | 53 KB |
| openml-utils-0.4.0-sources.jar | 41 KB |
| openml-utils-0.4.0-javadoc.jar | 175 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.feedzai/openml-utils/ -->
<dependency>
<groupId>com.feedzai</groupId>
<artifactId>openml-utils</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedzai/openml-utils/
implementation 'com.feedzai:openml-utils:0.4.0'
// https://jarcasting.com/artifacts/com.feedzai/openml-utils/
implementation ("com.feedzai:openml-utils:0.4.0")
'com.feedzai:openml-utils:jar:0.4.0'
<dependency org="com.feedzai" name="openml-utils" rev="0.4.0">
<artifact name="openml-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedzai', module='openml-utils', version='0.4.0')
)
libraryDependencies += "com.feedzai" % "openml-utils" % "0.4.0"
[com.feedzai/openml-utils "0.4.0"]