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

eu.bitwalker.useragentutils.version.fetcher.VersionFetcher Maven / Gradle / Ivy

The newest version!
package eu.bitwalker.useragentutils.version.fetcher;

import eu.bitwalker.useragentutils.Version;

/**
 * Interaface that gets string and returns extrancted version
 *
 * @author alexr
 */
public interface VersionFetcher {
    Version version(String str);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy