f

flytekit-parent

Flytekit Java is the Java/Scala SDK built on top of Flyte.
https://github.com/flyteorg/flytekit-java
Apache License, Version 2.0
flytekit
Files download
File Operation
flytekit-parent-0.4.55.pom download
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>flytekit-parent</artifactId>
  <version>0.4.55</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.flyte:flytekit-parent:0.4.55'
Gradle Kotlin
implementation("org.flyte:flytekit-parent:0.4.55")
Scala SBT
libraryDependencies += "org.flyte" % "flytekit-parent" % "0.4.55"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='flytekit-parent', version='0.4.55')
)
Apache Ivy
<dependency org="org.flyte" name="flytekit-parent" rev="0.4.55" />
Leiningen
[org.flyte/flytekit-parent "0.4.55"]
Apache Buildr
'org.flyte:flytekit-parent:jar:0.4.55'
Dependencies
The project has no third-party dependencies