is not current version
Last Version 0.3.15

org.flyte:flytekit-examples-scala 0.3.10

Examples of Tasks, Workflows and Launch plans written in Scala.

Categories

Categories

Scala Languages
GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

flytekit-examples-scala
Version

Version

0.3.10
Type

Type

jar

Download flytekit-examples-scala 0.3.10


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