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

aQute.bnd.service.remotelaunch.Master Maven / Gradle / Ivy

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

public interface Master {
	byte[] getData(byte[] sha1);

	void bye();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy