GroupId | GroupIdorg.mlflow |
---|---|
ArtifactId | ArtifactIdmlflow-parent |
Version | Version1.20.2 |
Type | Typepom |
Filename | Size |
---|---|
mlflow-parent-1.20.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mlflow/mlflow-parent/ -->
<dependency>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-parent</artifactId>
<version>1.20.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mlflow/mlflow-parent/
implementation 'org.mlflow:mlflow-parent:1.20.2'
// https://jarcasting.com/artifacts/org.mlflow/mlflow-parent/
implementation ("org.mlflow:mlflow-parent:1.20.2")
'org.mlflow:mlflow-parent:pom:1.20.2'
<dependency org="org.mlflow" name="mlflow-parent" rev="1.20.2">
<artifact name="mlflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mlflow', module='mlflow-parent', version='1.20.2')
)
libraryDependencies += "org.mlflow" % "mlflow-parent" % "1.20.2"
[org.mlflow/mlflow-parent "1.20.2"]