DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.iarellano : iad-rest-client-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file iad-rest-client-maven-plugin-1.0.2-javadoc.jar to iad-rest-client-maven-plugin-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder iad-rest-client-maven-plugin-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "iad-rest-client-maven-plugin-1.0.2-sources.jar" -d "iad-rest-client-maven-plugin-1.0.2-javadoc" -subpackages