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

aQute.bnd.service.generate.Options Maven / Gradle / Ivy

The newest version!
package aQute.bnd.service.generate;

import java.util.List;
import java.util.Map;

public interface Options {
	List _arguments();

	Map _properties();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy