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

com.testvagrant.mdb.enums.Version Maven / Gradle / Ivy

The newest version!
package com.testvagrant.mdb.enums;

/**
 * Created by krishnanand on 14/08/17.
 */
public interface Version {

    double getBaseVersion();

    void setVersion(String versionNumber);

    String getVersion();

    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy