DOC

cv.igrp : igrp-core

Maven & Gradle

Aug 11, 2023
75 stars

IGRP-Framework · IGRP Framework is a powerful and highly customizable platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, it provides out of box, several modules to make easy to create stand-alone, production-grade web applications: authentication and access-control, business processes automation, reporting, page builder with automatic code generation and incorporation of the Once-Only-Principle, written in Java. IGRP Framework WAR - Contains some keys resources that give UI to IGRP Framework and others supports files.

Table Of Contents

Latest Version

Download cv.igrp : igrp-core Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement