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

aQute.bnd.service.DependencyContributor Maven / Gradle / Ivy

package aQute.bnd.service;

import java.util.*;

import aQute.bnd.build.*;

public interface DependencyContributor {
	void addDependencies(Project project, Set dependencies);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy