DOC

com.strandls.alchemy : alchemy-rest-client-generator

Maven & Gradle

May 18, 2015
10 stars

Alchemy Rest Client Generator · A rest client auto generator with stubs and proxy code mimicking your webservices. Can be used to build java clients for rest webservices or unit / integration tests for webservices.

Table Of Contents

Latest Version

Download com.strandls.alchemy : alchemy-rest-client-generator Javadoc & API Documentation - Latest Versions:

All Versions

Download com.strandls.alchemy : alchemy-rest-client-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9

How to open Javadoc JAR file in web browser

  1. Rename the file alchemy-rest-client-generator-0.9-javadoc.jar to alchemy-rest-client-generator-0.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder alchemy-rest-client-generator-0.9-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 "alchemy-rest-client-generator-0.9-sources.jar" -d "alchemy-rest-client-generator-0.9-javadoc" -subpackages 

Advertisement