is not current version
Last Version 1.26.1

org.mlflow:mlflow-client 1.5.0


Categories

Categories

CLI User Interface
GroupId

GroupId

org.mlflow
ArtifactId

ArtifactId

mlflow-client
Version

Version

1.5.0
Type

Type

jar

Download mlflow-client 1.5.0


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