Flytekit Java API

Java friendly representation of flyteidl protos.

License

License

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

flytekit-api
Last Version

Last Version

0.3.15
Release Date

Release Date

Type

Type

jar
Description

Description

Flytekit Java API
Java friendly representation of flyteidl protos.

Download flytekit-api

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.errorprone : error_prone_annotations jar 2.10.0

provided (2)

Group / Artifact Type Version
com.google.auto.value : auto-value-annotations jar 1.8.2
com.google.code.findbugs : jsr305 jar 3.0.2

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