j

jcamp-dx

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.
https://github.com/fracpete/jcamp-dx
GNU Library General Public License 2
Thomas Weber Stefan Kuhn Peter Reutemann
Files download
File Operation
jcamp-dx-0.9.7.jar download
jcamp-dx-0.9.7.pom download
jcamp-dx-0.9.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>jcamp-dx</artifactId>
  <version>0.9.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:jcamp-dx:0.9.7'
Gradle Kotlin
implementation("com.github.fracpete:jcamp-dx:0.9.7")
Scala SBT
libraryDependencies += "com.github.fracpete" % "jcamp-dx" % "0.9.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='jcamp-dx', version='0.9.7')
)
Apache Ivy
<dependency org="com.github.fracpete" name="jcamp-dx" rev="0.9.7" />
Leiningen
[com.github.fracpete/jcamp-dx "0.9.7"]
Apache Buildr
'com.github.fracpete:jcamp-dx:jar:0.9.7'