j

jflyte

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