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.53.pom download
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>flytekit-parent</artifactId>
  <version>0.4.53</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.flyte:flytekit-parent:0.4.53'
Gradle Kotlin
implementation("org.flyte:flytekit-parent:0.4.53")
Scala SBT
libraryDependencies += "org.flyte" % "flytekit-parent" % "0.4.53"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='flytekit-parent', version='0.4.53')
)
Apache Ivy
<dependency org="org.flyte" name="flytekit-parent" rev="0.4.53" />
Leiningen
[org.flyte/flytekit-parent "0.4.53"]
Apache Buildr
'org.flyte:flytekit-parent:jar:0.4.53'
Dependencies
The project has no third-party dependencies