не последняя версия
Последняя версия 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.

Группа

Группа

org.flyte
Идентификатор

Идентификатор

jflyte
Версия

Версия

0.3.11
Тип

Тип

jar

Скачать 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"]