j

jflyte-utils

Primarily used by jflyte, but can also be used to extend or build a jflyte alternative
Files download
File Operation
jflyte-utils-0.4.55.jar download
jflyte-utils-0.4.55.pom download
jflyte-utils-0.4.55-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flyte</groupId>
  <artifactId>jflyte-utils</artifactId>
  <version>0.4.55</version>
</dependency>
Gradle Groovy
implementation 'org.flyte:jflyte-utils:0.4.55'
Gradle Kotlin
implementation("org.flyte:jflyte-utils:0.4.55")
Scala SBT
libraryDependencies += "org.flyte" % "jflyte-utils" % "0.4.55"
Groovy Grape
@Grapes(
  @Grab(group='org.flyte', module='jflyte-utils', version='0.4.55')
)
Apache Ivy
<dependency org="org.flyte" name="jflyte-utils" rev="0.4.55" />
Leiningen
[org.flyte/jflyte-utils "0.4.55"]
Apache Buildr
'org.flyte:jflyte-utils:jar:0.4.55'