f

flytekit-examples

Examples of Tasks, Workflows and Launch plans written in Java.
Files download
File Operation
flytekit-examples-0.4.40.jar download
flytekit-examples-0.4.40.pom download
flytekit-examples-0.4.40-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>flytekit-examples</artifactId>
  <version>0.4.40</version>
</dependency>
Gradle Groovy
implementation 'org.flyte:flytekit-examples:0.4.40'
Gradle Kotlin
implementation("org.flyte:flytekit-examples:0.4.40")
Scala SBT
libraryDependencies += "org.flyte" % "flytekit-examples" % "0.4.40"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='flytekit-examples', version='0.4.40')
)
Apache Ivy
<dependency org="org.flyte" name="flytekit-examples" rev="0.4.40" />
Leiningen
[org.flyte/flytekit-examples "0.4.40"]
Apache Buildr
'org.flyte:flytekit-examples:jar:0.4.40'