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.14.jar download
jflyte-0.4.14.pom download
jflyte-0.4.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>jflyte</artifactId>
  <version>0.4.14</version>
</dependency>
Gradle Groovy
implementation 'org.flyte:jflyte:0.4.14'
Gradle Kotlin
implementation("org.flyte:jflyte:0.4.14")
Scala SBT
libraryDependencies += "org.flyte" % "jflyte" % "0.4.14"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='jflyte', version='0.4.14')
)
Apache Ivy
<dependency org="org.flyte" name="jflyte" rev="0.4.14" />
Leiningen
[org.flyte/jflyte "0.4.14"]
Apache Buildr
'org.flyte:jflyte:jar:0.4.14'