Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.31 KB

DOI GitHub contributors GitHub issues GitHub release

The Computer-Assisted-Structure-Elucidation Kit (CASEkit)

Introduction

This project depends on the Chemistry Development Project (CDK), hosted under https://cdk.github.io/ Please refer to these pages for updated information and the latest version of the CDK. CDK's API documentation is available though our Github site.

Download Source code

This assumes that you have git working on your system and you have initialised your local repository.

Then, downloading casekit is just a matter of

$ git clone https://github.com/michaelwenk/casekit

Compiling

Compiling the library is performed with Apache Maven and requires Java 1.7 or later:

cd casekit
mvn clean package

will create an all-in-one-jar under ./target which you can use in your Java project.