Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 484 Bytes

jcamp-dx

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

Fork of the following (inactive) sourceforge.net project:

http://sourceforge.net/projects/jcamp-dx/

Maven dependency

You can use the following dependency in your pom.xml:

<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>jcamp-dx</artifactId>
  <version>0.9.6</version>
</dependency>