diff --git a/README.md b/README.md index 993ef3eab..252cc0993 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ If you already use one of these libraries in your project than just use the spec ### XML-Binding libraries - Additionally, the XML-Binding library of your choice. At the moment we do only support JAXB, - but in the future there should be more that one. + Additionally, the XML-Binding library of your choice. At the moment we do support JAXB and Jackson, + but in the future there could be more that these. **Jakarta XML Binding (JAXB)** @@ -35,6 +35,16 @@ If you already use one of these libraries in your project than just use the spec ${version} ``` + + **Jackson** + + ```xml + + de.focus-shift + jollyday-jackson + ${version} + + ```
@@ -48,14 +58,20 @@ If you already use one of these libraries in your project than just use the spec ### XML-Binding libraries - Additionally, the XML-Binding library of your choice. At the moment we do only support JAXB, - but in the future there should be more that one. + Additionally, the XML-Binding library of your choice. At the moment we do support JAXB and Jackson, + but in the future there could be more that these. **Jakarta XML Binding (JAXB)** ```gradle implementation group: 'de.focus-shift', name: 'jollyday-jaxb', version: '${version}' ``` + + **Jackson** + + ```gradle + implementation group: 'de.focus-shift', name: 'jollyday-jackson', version: '${version}' + ```