I am working on a project where I need to integrate POYNT to our sales application using poynt apis. It’s written in Java and doesn’t include maven dependencies. I have to use Poynt java-cloud-SDK for this but it needed two jar files which are as follows:
- Java-cloud-SDK: (co.poynt.api.sdk.PoyntSdk)
- Api-model: (co.poynt.api.model)
I already received “Java-cloud-SDK” jar but I still need “Api-model” jar as well. Can you please send it to me right here or help me find it. Don’t have access to your nexus repository as well.
import co.poynt.api.model.*; //Need this package
import co.poynt.api.sdk.PoyntSdk;
Thanks