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