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

xsbti.MavenRepository Maven / Gradle / Ivy

package xsbti;

	import java.net.URL;

public interface MavenRepository extends Repository
{
	String id();
	URL url();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy