All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mailgun.enums.EnumWithValue Maven / Gradle / Ivy

Go to download

The Mailgun SDK for Java enables Java developers to work with Mailgun API efficiently.

The newest version!
package com.mailgun.enums;


public interface EnumWithValue {

    String getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy