All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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