Skip to content

Commit

Permalink
updated README to reflect still a SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzel-ncats committed Oct 6, 2020
1 parent 7029397 commit 8c85563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MolWitch implementation using [CDK](https://cdk.github.io/)


#Available on Maven Central
# Available on Maven Central
Usually, one needs to add 2 dependencies:
This adds the API.
```
Expand All @@ -16,12 +16,12 @@ This adds the API.

There also needs to be a molwitch implementation

To add CDK:
To add CDK molwitch implementation (NOTE: currently a snapshot until CDK 2.4 is released) :
```
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.4</version>
<version>1.0.4-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit 8c85563

Please sign in to comment.