package appeng.services.version; /** * Processes base information to retrieve a {@link Version} */ public interface VersionFetcher { Version get(); }