bt.service.ApplicationService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bt-core Show documentation
Show all versions of bt-core Show documentation
BitTorrent Client Library (Core)
package bt.service;
/**
* @since 1.0
*/
public interface ApplicationService {
/**
* @return Application version info
* @since 1.0
*/
Version getVersion();
}