j

jflyte-api

Makes possible to extends jFlyte with Filesystems and id token source
Files download
File Operation
jflyte-api-0.4.56.jar download
jflyte-api-0.4.56.pom download
jflyte-api-0.4.56-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>jflyte-api</artifactId>
  <version>0.4.56</version>
</dependency>
Gradle Groovy
implementation 'org.flyte:jflyte-api:0.4.56'
Gradle Kotlin
implementation("org.flyte:jflyte-api:0.4.56")
Scala SBT
libraryDependencies += "org.flyte" % "jflyte-api" % "0.4.56"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='jflyte-api', version='0.4.56')
)
Apache Ivy
<dependency org="org.flyte" name="jflyte-api" rev="0.4.56" />
Leiningen
[org.flyte/jflyte-api "0.4.56"]
Apache Buildr
'org.flyte:jflyte-api:jar:0.4.56'