Bindambc / whatsapp-business-java-api

Whatsapp business api SDK, written in java. This SDK implements the Official Whatsapp Cloud API and WhatsApp Business Management API. These allows you to: manage your WhatsApp Business Account assets, such as message templates and phone numbers; send messages to your contacts, such as simple text messages, messages with buttons...
https://bindambc.github.io/whatsapp-business-java-api/
MIT License
166 stars 77 forks source link

Install SDK in No Build Tools #179

Closed Black0ut44 closed 5 months ago

Black0ut44 commented 6 months ago

Very simple. But I have to code a java project for school and it's new for me to use an SDK from Github. Is there a way I can still use this SDK in a Java project with no build tools? As I'm not allowed to use Maven

github-actions[bot] commented 6 months ago

Hello and welcome! We're glad to see that you've opened your first issue. We appreciate your contribution and would love to hear more about the problem you're experiencing. Our team is actively monitoring this repository and we will do our best to respond to your issue as soon as possible. Thank you for using our project and we look forward to working with you!

Bindambc commented 6 months ago

Hello @Black0ut44 , You can download the latest .jar file here and manually add it to your project.

Black0ut44 commented 5 months ago

Hi @Bindambc , Thanks for addressing my issue. Do you think you could send this link again? I get an error that the request has expired

UPDATE: Don't worry about resending the link, I managed to find the Jar file for the latest release. Thanks