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

org.archive.url.URLKeyMaker Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package org.archive.url;

import java.net.URISyntaxException;

public interface URLKeyMaker {
	public String makeKey(String url) throws URISyntaxException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy