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

de.agilecoders.wicket.webjars.collectors.IRecentVersionProvider Maven / Gradle / Ivy

The newest version!
package de.agilecoders.wicket.webjars.collectors;

/**
 * provides access to recent version of a webjars
 *
 * @author miha
 */
public interface IRecentVersionProvider {

    /**
     * @param path the path to detect version for
     * @return recent version
     */
    String findRecentVersionFor(String path);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy