is not current version
Last Version 1.26.1

org.mlflow:mlflow-client 0.8.1


Categories

Categories

CLI User Interface
GroupId

GroupId

org.mlflow
ArtifactId

ArtifactId

mlflow-client
Version

Version

0.8.1
Type

Type

jar

Download mlflow-client 0.8.1


<!-- https://jarcasting.com/artifacts/org.mlflow/mlflow-client/ -->
<dependency>
    <groupId>org.mlflow</groupId>
    <artifactId>mlflow-client</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mlflow/mlflow-client/
implementation 'org.mlflow:mlflow-client:0.8.1'
// https://jarcasting.com/artifacts/org.mlflow/mlflow-client/
implementation ("org.mlflow:mlflow-client:0.8.1")
'org.mlflow:mlflow-client:jar:0.8.1'
<dependency org="org.mlflow" name="mlflow-client" rev="0.8.1">
  <artifact name="mlflow-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mlflow', module='mlflow-client', version='0.8.1')
)
libraryDependencies += "org.mlflow" % "mlflow-client" % "0.8.1"
[org.mlflow/mlflow-client "0.8.1"]