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

hr.com.vgv.verano.http.Wire Maven / Gradle / Ivy

There is a newer version: 0.41
Show newest version
package hr.com.vgv.verano.http;

import java.io.IOException;

public interface Wire
{
    Dict send(Dict request) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy