io.kestra.plugin.scripts.groovy.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-script-groovy Show documentation
Show all versions of plugin-script-groovy Show documentation
Execute Groovy scripts as part of Kestra data workflows.
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for making scripts and file transformations using Groovy.",
categories = { PluginSubGroup.PluginCategory.SCRIPT, PluginSubGroup.PluginCategory.TRANSFORMATION }
)
package io.kestra.plugin.scripts.groovy;
import io.kestra.core.models.annotations.PluginSubGroup;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy