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

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

There is a newer version: 7.0.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy