https://github.com/fracpete/jcamp-dx
Reference implemention of the IUPAC JCAMP-DX spectroscopy data standard. Fork of https://sourceforge.net/projects/jcamp-dx/
https://github.com/fracpete/jcamp-dx
java nir nmr spectral
Last synced: 26 days ago
JSON representation
Reference implemention of the IUPAC JCAMP-DX spectroscopy data standard. Fork of https://sourceforge.net/projects/jcamp-dx/
- Host: GitHub
- URL: https://github.com/fracpete/jcamp-dx
- Owner: fracpete
- License: other
- Created: 2015-03-15T22:17:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T19:45:43.000Z (over 4 years ago)
- Last Synced: 2024-10-19T12:15:51.371Z (7 months ago)
- Topics: java, nir, nmr, spectral
- Language: Java
- Homepage:
- Size: 2.02 MB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
jcamp-dx
========The JCAMP-DX project is the reference implemention of the [IUPAC JCAMP-DX](http://www.jcamp-dx.org/protocols.html) 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:
```xml
com.github.fracpete
jcamp-dx
0.9.6```