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
文件下载
文件名 操作
flytekit-parent-0.4.14.pom 下载
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>flytekit-parent</artifactId>
  <version>0.4.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.flyte:flytekit-parent:0.4.14'
Gradle Kotlin
implementation("org.flyte:flytekit-parent:0.4.14")
Scala SBT
libraryDependencies += "org.flyte" % "flytekit-parent" % "0.4.14"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='flytekit-parent', version='0.4.14')
)
Apache Ivy
<dependency org="org.flyte" name="flytekit-parent" rev="0.4.14" />
Leiningen
[org.flyte/flytekit-parent "0.4.14"]
Apache Buildr
'org.flyte:flytekit-parent:jar:0.4.14'
本项目依赖
该项目无第三方依赖