GroupId | GroupIdio.kestra |
---|---|
ArtifactId | ArtifactIdkestra |
Version | Version0.2.15 |
Type | Typepom |
Filename | Size |
---|---|
kestra-0.2.15.pom | |
kestra-0.2.15.zip | |
Browse |
<!-- https://jarcasting.com/artifacts/io.kestra/kestra/ -->
<dependency>
<groupId>io.kestra</groupId>
<artifactId>kestra</artifactId>
<version>0.2.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kestra/kestra/
implementation 'io.kestra:kestra:0.2.15'
// https://jarcasting.com/artifacts/io.kestra/kestra/
implementation ("io.kestra:kestra:0.2.15")
'io.kestra:kestra:pom:0.2.15'
<dependency org="io.kestra" name="kestra" rev="0.2.15">
<artifact name="kestra" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kestra', module='kestra', version='0.2.15')
)
libraryDependencies += "io.kestra" % "kestra" % "0.2.15"
[io.kestra/kestra "0.2.15"]