Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)