jar

com.github.lftao : restclient

Maven & Gradle

Jun 30, 2022
6 stars

restclient · Restclient 模板化 接口

Table Of Contents

Latest Version

Download com.github.lftao : restclient JAR file - Latest Versions:

All Versions

Download com.github.lftao : restclient JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.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 restclient-0.1.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.javatao.rest.client.exception

├─ com.javatao.rest.client.exception.ExceptionUtil.class - [JAR]

com.javatao.rest.client.annotations

├─ com.javatao.rest.client.annotations.Param.class - [JAR]

com.javatao.rest.client.proxy

├─ com.javatao.rest.client.proxy.DoAdapter.class - [JAR]

├─ com.javatao.rest.client.proxy.DoInterceptors.class - [JAR]

├─ com.javatao.rest.client.proxy.IfaceProxy.class - [JAR]

com.javatao.rest.client

├─ com.javatao.rest.client.RestConfig.class - [JAR]

com.javatao.rest.client.utils

├─ com.javatao.rest.client.utils.FkUtils.class - [JAR]

├─ com.javatao.rest.client.utils.HttpsUtils.class - [JAR]

├─ com.javatao.rest.client.utils.RequestFactory.class - [JAR]

├─ com.javatao.rest.client.utils.RestUtils.class - [JAR]

com.javatao.rest.client.vo

├─ com.javatao.rest.client.vo.RestRequest.class - [JAR]

├─ com.javatao.rest.client.vo.RestResponse.class - [JAR]

Advertisement