MVN

org.flyte : flytekit-bom

Maven & Gradle

Sep 28, 2023
41 stars

Flytekit - Bill of Materials · Flytekit Java is the Java/Scala SDK built on top of Flyte.

<dependency>
    <groupId>org.flyte</groupId>
    <artifactId>flytekit-bom</artifactId>
    <version>0.4.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.flyte : flytekit-bom to add to Maven - Latest Versions:

  • Latest Stable: 0.4.24

All Versions

Choose a version of org.flyte : flytekit-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
flytekit-bom-0.4.24

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.flyte</groupId>
    <artifactId>flytekit-bom</artifactId>
    <version>0.4.24</version>
</dependency>

Advertisement