j

jflyte

Compiles developer's Tasks, Workflows and Launch plans into Flyte's protos. Also register the protos with Flyteadmin.
文件下载
文件名 操作
jflyte-0.4.15.jar 下载
jflyte-0.4.15.pom 下载
jflyte-0.4.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>jflyte</artifactId>
  <version>0.4.15</version>
</dependency>
Gradle Groovy
implementation 'org.flyte:jflyte:0.4.15'
Gradle Kotlin
implementation("org.flyte:jflyte:0.4.15")
Scala SBT
libraryDependencies += "org.flyte" % "jflyte" % "0.4.15"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='jflyte', version='0.4.15')
)
Apache Ivy
<dependency org="org.flyte" name="jflyte" rev="0.4.15" />
Leiningen
[org.flyte/jflyte "0.4.15"]
Apache Buildr
'org.flyte:jflyte:jar:0.4.15'