From 2dbeee42a2fa8e145442abc1ed83540f26bae6ba Mon Sep 17 00:00:00 2001 From: im-deviprakash Date: Mon, 26 Feb 2024 12:41:31 +0530 Subject: [PATCH] Changed schema for quote to order. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 80b9f51f..eb78a5e7 100644 --- a/README.md +++ b/README.md @@ -45,19 +45,15 @@ Add this dependency to your project's POM: ``` -### Gradle users +### +If you want to compile it yourself, here's how: -Add this dependency to your project's build file: -```groovy - repositories { - mavenCentral() // Needed if the 'xi.sdk.resellers' jar has been published to maven central. - mavenLocal() // Needed if the 'xi.sdk.resellers' jar has been published to the local maven repo. - } +```shell +git clone https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java.git +cd xi-sdk-resellers-java +mvn install # Requires maven, download from https://maven.apache.org/download.html - dependencies { - implementation "xi.sdk.resellers:xi.sdk.resellers:1.0.0" - } ``` ### Others @@ -355,6 +351,10 @@ Authentication schemes defined for the API: It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. ## Author +-[Ingram Micro Xvantage](https://github.com/ingrammicro-xvantage) +## Contact +For any inquiries or support, please feel free to contact us at: +- Email: [xi_support@ingrammicro.com](xi_support@ingrammicro.com) \ No newline at end of file