
aQute.bnd.service.Deploy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.bndlib Show documentation
Show all versions of biz.aQute.bndlib Show documentation
bndlib: A Swiss Army Knife for OSGi
The newest version!
package aQute.bnd.service;
import java.io.InputStream;
import aQute.bnd.build.Project;
/**
* Deploy this artifact to maven.
*/
public interface Deploy {
boolean deploy(Project project, String jarName, InputStream jarStream) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy