JFlyte - Flytekit Java SDK implementation

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

License

License

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

jflyte
Last Version

Last Version

0.3.15
Release Date

Release Date

Type

Type

jar
Description

Description

JFlyte - Flytekit Java SDK implementation
Compiles developer's Tasks, Workflows and Launch plans into Flyte's protos. Also register the protos with Flyteadmin.

Download jflyte

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.flyte : flyteidl-protos jar 0.3.15
org.flyte : flytekit-api jar 0.3.15
org.flyte : flytekit-local-engine jar 0.3.15
org.flyte : jflyte-api jar 0.3.15
org.slf4j : slf4j-api jar 1.7.32
org.slf4j : jul-to-slf4j jar 1.7.32
info.picocli : picocli jar 4.2.0
io.grpc : grpc-netty jar
io.grpc : grpc-protobuf jar
io.grpc : grpc-stub jar
io.netty : netty-tcnative-boringssl-static jar 2.0.34.Final

provided (4)

Group / Artifact Type Version
com.google.auto.value : auto-value-annotations jar 1.8.2
com.google.auto.service : auto-service-annotations jar 1.0-rc6
com.google.errorprone : error_prone_annotations jar 2.10.0
com.google.code.findbugs : jsr305 jar 3.0.2

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.32

test (8)

Group / Artifact Type Version
org.flyte : flytekit-jackson jar 0.3.15
org.flyte : flytekit-java jar 0.3.15
org.junit.jupiter : junit-jupiter jar 5.6.2
org.junit.vintage : junit-vintage-engine jar 5.6.2
org.hamcrest : hamcrest jar 2.2
io.grpc : grpc-testing jar
org.mockito : mockito-core jar 3.3.3
com.github.marschall : memoryfilesystem jar 2.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.15
0.3.13
0.3.12
0.3.11
0.3.10