![JAR search and dependency download from the Maven repository](/logo.png)
io.corbel.iam.api.ApiVersion Maven / Gradle / Ivy
package io.corbel.iam.api;
/**
* @author Alexander De Leon
*
*/
public interface ApiVersion {
String V1_0 = "v1.0";
String CURRENT = V1_0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy