io.kestra.plugin.serdes.xml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-serdes Show documentation
Show all versions of plugin-serdes Show documentation
Serialize and deserialize data formats in Kestra workflows.
The newest version!
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for serialization and deserialization of files in the XML format.",
categories = PluginSubGroup.PluginCategory.TRANSFORMATION
)
package io.kestra.plugin.serdes.xml;
import io.kestra.core.models.annotations.PluginSubGroup;