jar

cn.dev8 : http-client-starter

Maven & Gradle

Jun 11, 2024

http-client-starter · kotlin mvc extension

Table Of Contents

Latest Version

Download cn.dev8 : http-client-starter JAR file - Latest Versions:

All Versions

Download cn.dev8 : http-client-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4

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 http-client-starter-1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nbcp.http.listener

├─ nbcp.http.listener.HttpClientEnvironmentPreparedEventListener.class - [JAR]

nbcp.http.event

├─ nbcp.http.event.HttpClientGatewayHostEvent.class - [JAR]

├─ nbcp.http.event.HttpClientPostEvent.class - [JAR]

├─ nbcp.http.event.HttpClientPreEvent.class - [JAR]

nbcp.http.annotation

├─ nbcp.http.annotation.Delete.class - [JAR]

├─ nbcp.http.annotation.Get.class - [JAR]

├─ nbcp.http.annotation.NonThrow.class - [JAR]

├─ nbcp.http.annotation.PathVariable.class - [JAR]

├─ nbcp.http.annotation.Post.class - [JAR]

├─ nbcp.http.annotation.Put.class - [JAR]

├─ nbcp.http.annotation.Request.class - [JAR]

├─ nbcp.http.annotation.RequestBody.class - [JAR]

├─ nbcp.http.annotation.RequestHeader.class - [JAR]

├─ nbcp.http.annotation.RequestMethod.class - [JAR]

├─ nbcp.http.annotation.RequestParam.class - [JAR]

nbcp.http

├─ nbcp.http.HttpClient.class - [JAR]

├─ nbcp.http.HttpClientApplicationInitializer.class - [JAR]

├─ nbcp.http.HttpClientException.class - [JAR]

├─ nbcp.http.HttpClientInvocation.class - [JAR]

Advertisement