jar

com.github.iarellano : iad-rest-client-maven-plugin

Maven & Gradle

Feb 05, 2019
0 stars

REST Client Maven Plugin · At times we need to consume external services as part of a build process, for example to verify which version of an API is deployed, verify that a service is online, get configurations from some remote storage provider, etc. This plugin is aimed to provide a way to make HTTP request either to get resources, upload files, submit forms, post json, post xml, etc.

Table Of Contents

Latest Version

Download com.github.iarellano : iad-rest-client-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.iarellano : iad-rest-client-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 iad-rest-client-maven-plugin-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.iarellano.rest_client.extract.json

├─ com.github.iarellano.rest_client.extract.json.JsonProperty.class - [JAR]

com.github.iarellano.rest_client.security.ssl

├─ com.github.iarellano.rest_client.security.ssl.KeyManagerImpl.class - [JAR]

com.github.iarellano.rest_client

├─ com.github.iarellano.rest_client.HelpMojo.class - [JAR]

├─ com.github.iarellano.rest_client.RestClientMojo.class - [JAR]

com.github.iarellano.rest_client.cookie

├─ com.github.iarellano.rest_client.cookie.ConfigurableCookiePolicy.class - [JAR]

├─ com.github.iarellano.rest_client.cookie.CookieUtil.class - [JAR]

├─ com.github.iarellano.rest_client.cookie.PersistentCookieStore.class - [JAR]

com.github.iarellano.rest_client.configuration

├─ com.github.iarellano.rest_client.configuration.BasicCredentials.class - [JAR]

├─ com.github.iarellano.rest_client.configuration.CookieConfig.class - [JAR]

├─ com.github.iarellano.rest_client.configuration.FormInput.class - [JAR]

├─ com.github.iarellano.rest_client.configuration.MultipartInput.class - [JAR]

├─ com.github.iarellano.rest_client.configuration.Proxy.class - [JAR]

├─ com.github.iarellano.rest_client.configuration.QueryParam.class - [JAR]

├─ com.github.iarellano.rest_client.configuration.SSLInfo.class - [JAR]

com.github.iarellano.rest_client.extract.xml

├─ com.github.iarellano.rest_client.extract.xml.ExtractXml.class - [JAR]

├─ com.github.iarellano.rest_client.extract.xml.XmlProperty.class - [JAR]