From bf0ed8190e7defb850518560af039ea7559eefd9 Mon Sep 17 00:00:00 2001 From: katzelda Date: Mon, 5 Oct 2020 14:47:02 -0400 Subject: [PATCH] updated version and slightly improved README --- README.md | 12 +++++------- pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1c6f886..e9ba61d 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ **W**hich **I**nternal **T**oolkit for **CH**emicals - -MolWitch is a Bridge Pattern wrapper around various cheminformatics toolkit +# MolWitch +MolWitch is a Bridge Pattern wrapper around various Cheminformatics Toolkits so that users can change the underlying toolkit at runtime without changing any client code. -For example using Chemaxon's Jchem if someone has a license but allow others -without to use the open source CDK. -#Available on Maven Central +## Available on Maven Central Usually, one needs to add 2 dependencies: This adds the API. ``` gov.nih.ncats molwitch - 0.5.8 + 0.6.0 ``` @@ -25,6 +23,6 @@ To add CDK: gov.nih.ncats molwitch-cdk - 1.0.3 + 1.0.4 ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 414ef9c..b52045e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ gov.nih.ncats molwitch - 0.6.0-SNAPSHOT + 0.6.0 ncats-molwitch @@ -75,7 +75,7 @@ gov.nih.ncats ncats-common - 0.3.4-SNAPSHOT + 0.3.4 junit