jar

io.github.microapplet : remote-net-http

Maven & Gradle

Jan 25, 2024
Table Of Contents

Latest Version

Download io.github.microapplet : remote-net-http JAR file - Latest Versions:

All Versions

Download io.github.microapplet : remote-net-http JAR file - All Versions:

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

io.github.microapplet.remote.http

├─ io.github.microapplet.remote.http.package-info.class - [JAR]

io.github.microapplet.remote.http.annotation.lifecycle

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractEncodedBodyLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractFormDataLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpHeaderLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpMappingLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpProcessLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpQueryLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractHttpUriValueLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractJsonBodyLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractOctetStreamBodyLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.AbstractXmlBodyLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.BaseObjectMapperRequestBodyLifeCycle.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.UploadAttributeWrapper.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.lifecycle.UploadByteArrayWrapper.class - [JAR]

io.github.microapplet.remote.http.annotation.body

├─ io.github.microapplet.remote.http.annotation.body.FormData.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.body.JsonBody.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.body.OctetStreamBody.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.body.UrlEncodedBody.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.body.XmlBody.class - [JAR]

io.github.microapplet.remote.http.annotation

├─ io.github.microapplet.remote.http.annotation.HttpHeader.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.HttpMapping.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.HttpMethod.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.HttpQuery.class - [JAR]

├─ io.github.microapplet.remote.http.annotation.HttpUriValue.class - [JAR]