GroupId | GroupIdorg.flyte |
---|---|
ArtifactId | ArtifactIdflytekit-local-engine |
Version | Version0.3.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flyte/flytekit-local-engine/ -->
<dependency>
<groupId>org.flyte</groupId>
<artifactId>flytekit-local-engine</artifactId>
<version>0.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.flyte/flytekit-local-engine/
implementation 'org.flyte:flytekit-local-engine:0.3.10'
// https://jarcasting.com/artifacts/org.flyte/flytekit-local-engine/
implementation ("org.flyte:flytekit-local-engine:0.3.10")
'org.flyte:flytekit-local-engine:jar:0.3.10'
<dependency org="org.flyte" name="flytekit-local-engine" rev="0.3.10">
<artifact name="flytekit-local-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flyte', module='flytekit-local-engine', version='0.3.10')
)
libraryDependencies += "org.flyte" % "flytekit-local-engine" % "0.3.10"
[org.flyte/flytekit-local-engine "0.3.10"]