Skip to content

A Java library for processing Chemical Markup Language (CML) files.

License

Notifications You must be signed in to change notification settings

BlueObelisk/cmlxom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.10-SNAPSHOT

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

mvn clean deploy