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

bndtools.model.repo.ResourceProvider Maven / Gradle / Ivy

The newest version!
package bndtools.model.repo;

import org.osgi.resource.Resource;

public interface ResourceProvider {
	Resource getResource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy