is not current version
Last Version 0.3.15

org.flyte:jflyte 0.3.11

Compiles developer's Tasks, Workflows and Launch plans into Flyte's protos. Also register the protos with Flyteadmin.

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

jflyte
Version

Version

0.3.11
Type

Type

jar

Download jflyte 0.3.11


<!-- https://jarcasting.com/artifacts/org.flyte/jflyte/ -->
<dependency>
    <groupId>org.flyte</groupId>
    <artifactId>jflyte</artifactId>
    <version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.flyte/jflyte/
implementation 'org.flyte:jflyte:0.3.11'
// https://jarcasting.com/artifacts/org.flyte/jflyte/
implementation ("org.flyte:jflyte:0.3.11")
'org.flyte:jflyte:jar:0.3.11'
<dependency org="org.flyte" name="jflyte" rev="0.3.11">
  <artifact name="jflyte" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flyte', module='jflyte', version='0.3.11')
)
libraryDependencies += "org.flyte" % "jflyte" % "0.3.11"
[org.flyte/jflyte "0.3.11"]