A library that lets you convert xml to a reference object with the use of a parser. The reference object offers multiple methods to extract data from the xml that was used as input. The parser throws Marc21XmlParserExceptions that need to be caugth.
Add the following to your build.gradle file
- Add "maven { url 'https://jitpack.io' }" to the list om repositories.
- Add "implementation 'com.github.BIBSYSDEV:marc21-xml-parser:version'" to your dependencies
- Click tags in the next to the Branch-dropdown.
- Choose the Releases tab.
- Click Draft a new release.
- Choose which branch you want the current version to be built from.
- Enter a tag version example '2.1'
- Enter a title and description.
- Check the This is a pre-release box if the version is made from a development branch.
- Click Publish release. The new version is now created and should be available as a library in a few minutes.