jar

com.bekioui.jaxrs : jaxrs-client

Maven & Gradle

Apr 06, 2016
0 stars

JAX-RS Client · Provide JAX-RS client factory to develop your own RESTful API client.

Table Of Contents

Latest Version

Download com.bekioui.jaxrs : jaxrs-client JAR file - Latest Versions:

All Versions

Download com.bekioui.jaxrs : jaxrs-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jaxrs-client-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.bekioui.jaxrs.client.handler

├─ com.bekioui.jaxrs.client.handler.ProxyInvocationHandler.class - [JAR]

com.bekioui.jaxrs.client.factory

├─ com.bekioui.jaxrs.client.factory.ResteasyClientFactory.class - [JAR]

com.bekioui.jaxrs.client.filter

├─ com.bekioui.jaxrs.client.filter.AuthorizationFilter.class - [JAR]

├─ com.bekioui.jaxrs.client.filter.ErrorFilter.class - [JAR]

com.bekioui.jaxrs.client

├─ com.bekioui.jaxrs.client.JaxrsClientFactory.class - [JAR]

Advertisement