Skip to content

Commit

Permalink
added more info to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzel-ncats committed Oct 5, 2020
1 parent bf0ed81 commit 7839c73
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ any client code.


## Available on Maven Central
Usually, one needs to add 2 dependencies:
Usually, one needs to add multiple dependencies for bgoth `molwitch` as well as the underlying toolkit:
This adds the API.
```
<dependency>
Expand All @@ -18,11 +18,17 @@ This adds the API.

There also needs to be a molwitch implementation

To add CDK:
To add [molwitch-CDK](https://github.com/ncats/molwitch-cdk) :
```
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.4</version>
</dependency>
```
```

## License
This project is Open Sourced under the [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
However the underlying molwitch implementations may use different licences depending on the license
of the underlying toolkit.

0 comments on commit 7839c73

Please sign in to comment.