com.mailgun.api.MailgunApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mailgun-java Show documentation
Show all versions of mailgun-java Show documentation
The Mailgun SDK for Java enables Java developers to work with Mailgun API
efficiently.
The newest version!
package com.mailgun.api;
import com.mailgun.enums.ApiVersion;
public interface MailgunApi {
static ApiVersion getApiVersion() {
return ApiVersion.V_3;
}
}