/cmlxom

A Java library for processing CML.

Primary LanguageJavaApache License 2.0Apache-2.0

CMLXOM

Maven Central Build Status DOI codecov

A Java library for processing CML, implementing the XML object model (XOM) for the Chemical Markup Language (CML).

Releases

Instructions to increase the version:

mvn versions:set -DnewVersion=4.7-SNAPSHOT

Deploy to Sonatype with the following commands, for snapshots and releases respectively:

mvn clean deploy