![JAR search and dependency download from the Maven repository](/logo.png)
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