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

com.jslsolucoes.jax.rs.client.se.api.JaxRsApiClient Maven / Gradle / Ivy

There is a newer version: 1.0.32
Show newest version
package com.jslsolucoes.jax.rs.client.se.api;

public interface JaxRsApiClient extends AutoCloseable {

    public JaxRsApiClientWebTarget target(String target);
    
    public void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy