1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# CMLXOM
[](https://maven-badges.herokuapp.com/maven-central/org.blueobelisk/cmlxom)
[](https://github.com/BlueObelisk/cmlxom/actions/workflows/maven.yml)
[](https://doi.org/10.5281/zenodo.5815142)
[](https://codecov.io/gh/BlueObelisk/cmlxom)
A Java library for processing CML,
implementing the XML object model (XOM) for the Chemical Markup Language (CML).
## Releases
Instructions to increase the version:
```shell
mvn versions:set -DnewVersion=4.16-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
```shell
mvn clean deploy
```
|