com.testvagrant.mdb.enums.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimus-cloud-monitor Show documentation
Show all versions of optimus-cloud-monitor Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
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();
}