io.probedock.client.common.utils.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of probe-dock-java Show documentation
Show all versions of probe-dock-java Show documentation
Base code to write Probe Dock clients in Java
The newest version!
package io.probedock.client.common.utils;
/**
* Constant class
*
* @author Laurent Prevost
*/
public final class Constants {
/**
* Encoding used to save/load/serialize/deserialize payloads
*/
public static final String ENCODING = "UTF-8";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy