![JAR search and dependency download from the Maven repository](/logo.png)
jadex.micro.tutorial.a7.IPingService Maven / Gradle / Ivy
The newest version!
package jadex.micro.tutorial.a7;
import jadex.future.IFuture;
import jadex.providedservice.annotation.Service;
@Service
public interface IPingService
{
public IFuture ping();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy