Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/snakeyaml-api-plugin
This plugin packages stock Snakeyaml library
https://github.com/jenkinsci/snakeyaml-api-plugin
jenkins-library
Last synced: 3 months ago
JSON representation
This plugin packages stock Snakeyaml library
- Host: GitHub
- URL: https://github.com/jenkinsci/snakeyaml-api-plugin
- Owner: jenkinsci
- License: mit
- Created: 2020-03-17T20:05:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T09:36:44.000Z (3 months ago)
- Last Synced: 2024-09-30T08:09:36.534Z (3 months ago)
- Topics: jenkins-library
- Homepage: https://plugins.jenkins.io/snakeyaml-api/
- Size: 87.9 KB
- Stars: 2
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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/)