From 6f38f78c0c86c430763d2f563e8c919515ac9a9b Mon Sep 17 00:00:00 2001 From: Enes <9263360+EnessenE@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:39:42 +0100 Subject: [PATCH 1/2] Add link to a maven repo page For clearer download instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bcc5c..a52f002 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ If you want to get all the functionalities, go to: [CM.com API Docs](https://dev ## Installing Warning: Namespace has been changed between 1.3 and 2.0 ### Above 2.0 +You can find our SDK [here](https://mvnrepository.com/artifact/com.cm/text-sdk), or below for a generic pom.xml. ```xml com.cm @@ -17,7 +18,7 @@ Warning: Namespace has been changed between 1.3 and 2.0 ``` ### Version 1.3 -Version 1.3 is available as JAR under the 1.3 release [here](https://github.com/cmdotcom/text-sdk-java/releases/tag/v1.3-snapshot)
+Version 1.3 is available as JAR under the [1.3 release here](https://github.com/cmdotcom/text-sdk-java/releases/tag/v1.3-snapshot)
You will have to add GSON manually: https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.5 From dfee304ab170a420c1efe898c7b8d17c1e8a02e3 Mon Sep 17 00:00:00 2001 From: Enes <9263360+EnessenE@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:40:18 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a52f002..ce06d90 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you want to get all the functionalities, go to: [CM.com API Docs](https://dev ## Installing Warning: Namespace has been changed between 1.3 and 2.0 ### Above 2.0 -You can find our SDK [here](https://mvnrepository.com/artifact/com.cm/text-sdk), or below for a generic pom.xml. +You can find our SDK [here](https://mvnrepository.com/artifact/com.cm/text-sdk), or below incase you are using a generic pom.xml. ```xml com.cm