io.corbel.oauth.api.ApiVersion Maven / Gradle / Ivy
The newest version!
package io.corbel.oauth.api;
/**
* @author Alexander De Leon
*
*/
public interface ApiVersion {
String V1_0 = "v1.0";
String CURRENT = V1_0;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy