org.openfact.common.constants.GenericConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openfact-common Show documentation
Show all versions of openfact-common Show documentation
Common library and dependencies shared with server and all adapters
The newest version!
package org.openfact.common.constants;
public class GenericConstants {
public static final String PROTOCOL_CLASSPATH = "classpath:";
}