is not current version
Last Version 0.5.0-BETA

io.kestra:kestra 0.2.8

The modern, scalable orchestrator & scheduler open source platform

GroupId

GroupId

io.kestra
ArtifactId

ArtifactId

kestra
Version

Version

0.2.8
Type

Type

pom

Download kestra 0.2.8


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