is not current version
Last Version 0.3.15

org.flyte:jflyte-build 0.3.10

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

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

jflyte-build
Version

Version

0.3.10
Type

Type

jar

Download jflyte-build 0.3.10


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