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

org.openl.rules.common.CommonVersion Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
package org.openl.rules.common;

public interface CommonVersion extends Comparable {
    int MAX_MM_INT = 32767;

    String getRevision();

    int getMajor();

    int getMinor();

    String getVersionName();

    String getShortVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy