DOC

com.envimate.mapmate : mapmate-parent

Maven & Gradle

Dec 03, 2019
3 stars

MapMate is a modern mapping framework in the scope of mapping data in Json, XML, or YAML format into DTOs composed and vice versa.

Table Of Contents

Latest Version

Download com.envimate.mapmate : mapmate-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement