File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ any client code.
6
6
7
7
8
8
## Available on Maven Central
9
- Usually, one needs to add 2 dependencies:
9
+ Usually, one needs to add multiple dependencies for bgoth ` molwitch ` as well as the underlying toolkit :
10
10
This adds the API.
11
11
```
12
12
<dependency>
@@ -18,11 +18,17 @@ This adds the API.
18
18
19
19
There also needs to be a molwitch implementation
20
20
21
- To add CDK:
21
+ To add [ molwitch- CDK] ( https://github.com/ncats/molwitch-cdk ) :
22
22
```
23
23
<dependency>
24
24
<groupId>gov.nih.ncats</groupId>
25
25
<artifactId>molwitch-cdk</artifactId>
26
26
<version>1.0.4</version>
27
27
</dependency>
28
- ```
28
+ ```
29
+
30
+ ## License
31
+ This project is Open Sourced under the [ Apache 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 )
32
+ However the underlying molwitch implementations may use different licences depending on the license
33
+ of the underlying toolkit.
34
+
You can’t perform that action at this time.
0 commit comments