# snakeyaml-api-plugin **Repository Path**: mamh-java/snakeyaml-api-plugin ## Basic Information - **Project Name**: snakeyaml-api-plugin - **Description**: https://github.com/mamh-java/snakeyaml-api-plugin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2025-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Snakeyaml API plugin for Jenkins === This plugin packages stock Snakeyaml library. This component can be used by other plugins as a dependency. It allows managing library updates independently from plugins. ## How to introduce to your plugin ### Plugins directly depending on snakeyaml Replace the dependency to `org.yaml:snakeyaml` with the dependency to `io.jenkins.plugins:snakeyaml-api`. * Before: ``` ... org.yaml snakeyaml 1.26 ... ``` * After: ``` ... io.jenkins.plugins snakeyaml-api 1.26.2 ... ``` ## Release Notes See the [Changelog](https://github.com/jenkinsci/snakeyaml-api-plugin/releases). ## License * Plugin codebase - [MIT License](http://opensource.org/licenses/MIT) * Nested library is licensed with [Apache License, Version 2.0](http://www.apache.org/licenses/)