All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kestra.plugin.git.package-info Maven / Gradle / Ivy

There is a newer version: 0.18.1
Show newest version
@PluginSubGroup(
    description = "This sub-group of plugins contains tasks for using Git.\n" +
        "Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.",
    categories = PluginSubGroup.PluginCategory.TOOL
)
package io.kestra.plugin.git;

import io.kestra.core.models.annotations.PluginSubGroup;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy