GroupId | GroupIdio.kestra |
---|---|
ArtifactId | ArtifactIdkestra |
Version | Version0.2.8 |
Type | Typepom |
Filename | Size |
---|---|
kestra-0.2.8.pom | |
kestra-0.2.8.zip | |
Browse |
<!-- 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"]