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

io.corbel.iam.api.ApiVersion Maven / Gradle / Ivy

There is a newer version: 1.44.0
Show newest version
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