jar

cn.herodotus.engine : rest-sdk-client

Maven & Gradle

Aug 24, 2023
498 stars

基于 Spring Authorization Server 的 Dante Cloud 各类HttpClient集成配置模块

Table Of Contents

Latest Version

Download cn.herodotus.engine : rest-sdk-client JAR file - Latest Versions:

All Versions

Download cn.herodotus.engine : rest-sdk-client JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.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 rest-sdk-client-3.1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.herodotus.engine.rest.client.condition

├─ cn.herodotus.engine.rest.client.condition.UseHttpClient5RestClientCondition.class - [JAR]

├─ cn.herodotus.engine.rest.client.condition.UseOkHttp3RestClientCondition.class - [JAR]

├─ cn.herodotus.engine.rest.client.condition.UseSimpleRestClientCondition.class - [JAR]

cn.herodotus.engine.rest.client.annotation

├─ cn.herodotus.engine.rest.client.annotation.ConditionalOnUseHttpClient5RestClient.class - [JAR]

├─ cn.herodotus.engine.rest.client.annotation.ConditionalOnUseOkHttp3RestClient.class - [JAR]

├─ cn.herodotus.engine.rest.client.annotation.ConditionalOnUseSimpleRestClient.class - [JAR]

cn.herodotus.engine.rest.client.feign

├─ cn.herodotus.engine.rest.client.feign.FeignErrorDecoder.class - [JAR]

├─ cn.herodotus.engine.rest.client.feign.FeignInnerContract.class - [JAR]

├─ cn.herodotus.engine.rest.client.feign.FeignRemoteCallExceptionWrapper.class - [JAR]

├─ cn.herodotus.engine.rest.client.feign.FeignRequestInterceptor.class - [JAR]

cn.herodotus.engine.rest.client.context

├─ cn.herodotus.engine.rest.client.context.HerodotusApplicationContext.class - [JAR]

cn.herodotus.engine.rest.client.processor

├─ cn.herodotus.engine.rest.client.processor.DefaultOpenApiServerResolver.class - [JAR]

cn.herodotus.engine.rest.client.definition

├─ cn.herodotus.engine.rest.client.definition.OpenApiServerResolver.class - [JAR]

Advertisement