io.joshworks.restclient.http.utils.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unirest-java Show documentation
Show all versions of unirest-java Show documentation
Rest Java client based on Unirest
package io.joshworks.restclient.http.utils;
public class Constants {
public static final String PATH_SEPARATOR = "/";
}