如何在主目录中使用Java插入nexmo

时间:2019-07-09 06:32:15

标签: nexmo

我需要在主要方法中插入Nexmo代码,但是 我不知道依赖项在哪里?上课吗?

我按照文档https://www.nexmo.com/blog/2017/05/03/send-sms-messages-with-java-dr/使用IntelliJ for JAVA 但我不知道将代码放在主要位置

AuthMethod auth = new TokenAuthMethod(API_KEY, API_SECRET);
NexmoClient client = new NexmoClient(auth)

the Nexmo doc

0 个答案:

没有答案