![JAR search and dependency download from the Maven repository](/logo.png)
com.easypost.EasyPost Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easypost-api-client Show documentation
Show all versions of easypost-api-client Show documentation
EasyPost Java Client Library for the EasyPost Shipping API
package com.easypost;
public abstract class EasyPost
{
public static String API_BASE = "https://api.easypost.com/v2";
public static final String VERSION = "3.4.0";
public static String apiKey;
public static String apiVersion;
public static int readTimeout;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy