https://github.com/informaticsmatters/jchem-demo-project
Demo project showing how to set up JChem lib from gradle
https://github.com/informaticsmatters/jchem-demo-project
Last synced: about 1 month ago
JSON representation
Demo project showing how to set up JChem lib from gradle
- Host: GitHub
- URL: https://github.com/informaticsmatters/jchem-demo-project
- Owner: InformaticsMatters
- Created: 2017-07-15T14:20:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T14:38:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T18:43:20.994Z (over 1 year ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo project showing how to use ChemAxon libs from gradle.
To run this create/edit gradle.properties and add these three properties:
* cxnMavenUser
* cxnMavenPassword
* cxnMavenRepositoryUrl
Instructions for this can be found [here](https://docs.chemaxon.com/display/docs/Public+Repository#PublicRepository-HowtoCongfigureYourProject),
though they are slightly garbled.
Then try:
```sh
$ ./gradlew execute
:compileJava
:processResources UP-TO-DATE
:classes
:execute
JChem version: 17.15.0
BUILD SUCCESSFUL
```
You should see the JChem version reported as shown above.