DOC

io.zeko : zeko-restapi

Maven & Gradle

Nov 22, 2022
18 stars

io.zeko:zeko-restapi · Asynchronous web framework for Kotlin based on Vert.x event-driven toolkit. Create REST APIs in Kotlin easily with automatic Swagger/OpenAPI doc generation

Table Of Contents

Latest Version

Download io.zeko : zeko-restapi Javadoc & API Documentation - Latest Versions:

All Versions

Download io.zeko : zeko-restapi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement