com.vikingbrain.nmt.client.modules.ModuleMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thedavidbox-client4j Show documentation
Show all versions of thedavidbox-client4j Show documentation
A Java HTTP client for consuming TheDavidBox Service API of Networked Media Tank devices
package com.vikingbrain.nmt.client.modules;
/**
* It allows to create the operations related to the metadata module.
*
* @author vikingBrain
*/
public interface ModuleMetadata extends BaseModule {
}