jar

com.github.easilyuse : easily-http

Maven & Gradle

Apr 06, 2019
2 stars

easily-http · Easy implementation of http client remote calls through annotations

Table Of Contents

Latest Version

Download com.github.easilyuse : easily-http JAR file - Latest Versions:

All Versions

Download com.github.easilyuse : easily-http JAR file - All Versions:

Version Vulnerabilities Size Updated
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 easily-http-1.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.easilyuse.core.spring.bean

├─ com.github.easilyuse.core.spring.bean.HttpClientFactroyBean.class - [JAR]

com.github.easilyuse.exception

├─ com.github.easilyuse.exception.EasyHttpException.class - [JAR]

com.github.easilyuse.core.proxy

├─ com.github.easilyuse.core.proxy.BaseHttpClientProxy.class - [JAR]

├─ com.github.easilyuse.core.proxy.HttpClientCglibProxy.class - [JAR]

├─ com.github.easilyuse.core.proxy.HttpClientProxy.class - [JAR]

com.github.easilyuse.common.util

├─ com.github.easilyuse.common.util.Annotation2ClassUtil.class - [JAR]

├─ com.github.easilyuse.common.util.MapUtil.class - [JAR]

├─ com.github.easilyuse.common.util.StringUtil.class - [JAR]

com.github.easilyuse.core.spring.registrar

├─ com.github.easilyuse.core.spring.registrar.HttpClientScannerRegistrar.class - [JAR]

com.github.easilyuse.core.enu

├─ com.github.easilyuse.core.enu.HttpMethod.class - [JAR]

├─ com.github.easilyuse.core.enu.MimeType.class - [JAR]

com.github.easilyuse.core.annotation

├─ com.github.easilyuse.core.annotation.EnableHttpClients.class - [JAR]

├─ com.github.easilyuse.core.annotation.HttpClient.class - [JAR]

├─ com.github.easilyuse.core.annotation.HttpReqBean.class - [JAR]

├─ com.github.easilyuse.core.annotation.HttpReqListParam.class - [JAR]

├─ com.github.easilyuse.core.annotation.HttpReqMethod.class - [JAR]

├─ com.github.easilyuse.core.annotation.HttpReqParam.class - [JAR]

com.github.easilyuse.core.util

├─ com.github.easilyuse.core.util.HttpClientServiceUtil.class - [JAR]

├─ com.github.easilyuse.core.util.HttpClientUtil.class - [JAR]

├─ com.github.easilyuse.core.util.RetryUtil.class - [JAR]