is not current version
Last Version 0.3.15

org.flyte:jflyte-build 0.3.11

Base image builder. Base images are the used to run Java Tasks.

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

jflyte-build
Version

Version

0.3.11
Type

Type

jar

Download jflyte-build 0.3.11


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