File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
** W** hich ** I** nternal ** T** oolkit for ** CH** emicals
2
-
3
- MolWitch is a Bridge Pattern wrapper around various cheminformatics toolkit
2
+ # MolWitch
3
+ MolWitch is a Bridge Pattern wrapper around various Cheminformatics Toolkits
4
4
so that users can change the underlying toolkit at runtime without changing
5
5
any client code.
6
6
7
- For example using Chemaxon's Jchem if someone has a license but allow others
8
- without to use the open source CDK.
9
7
10
- #Available on Maven Central
8
+ ## Available on Maven Central
11
9
Usually, one needs to add 2 dependencies:
12
10
This adds the API.
13
11
```
14
12
<dependency>
15
13
<groupId>gov.nih.ncats</groupId>
16
14
<artifactId>molwitch</artifactId>
17
- <version>0.5.8 </version>
15
+ <version>0.6.0 </version>
18
16
</dependency>
19
17
```
20
18
@@ -25,6 +23,6 @@ To add CDK:
25
23
<dependency>
26
24
<groupId>gov.nih.ncats</groupId>
27
25
<artifactId>molwitch-cdk</artifactId>
28
- <version>1.0.3 </version>
26
+ <version>1.0.4 </version>
29
27
</dependency>
30
28
```
Original file line number Diff line number Diff line change 24
24
25
25
<groupId >gov.nih.ncats</groupId >
26
26
<artifactId >molwitch</artifactId >
27
- <version >0.6.0-SNAPSHOT </version >
27
+ <version >0.6.0</version >
28
28
29
29
<name >ncats-molwitch</name >
30
30
75
75
<dependency >
76
76
<groupId >gov.nih.ncats</groupId >
77
77
<artifactId >ncats-common</artifactId >
78
- <version >0.3.4-SNAPSHOT </version >
78
+ <version >0.3.4</version >
79
79
</dependency >
80
80
<dependency >
81
81
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments