MVN

io.kestra : script

Maven & Gradle

Apr 30, 2024
6.5k stars

script · The modern, scalable orchestrator & scheduler open source platform

<dependency>
    <groupId>io.kestra</groupId>
    <artifactId>script</artifactId>
    <version>0.16.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kestra : script to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.5

All Versions

Choose a version of io.kestra : script to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
script-0.16.5

How to add a dependency to Maven

Add the following io.kestra : script maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.kestra</groupId>
    <artifactId>script</artifactId>
    <version>0.16.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kestra : script gradle dependency to your build.gradle file:

implementation 'io.kestra:script:0.16.5'

Gradle Kotlin DSL: Add the following io.kestra : script gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kestra:script:0.16.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kestra : script sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kestra" % "script" % "0.16.5"

Advertisement