DOC

cv.igrp : igrp-core-war

Maven & Gradle

Aug 11, 2023
75 stars

IGRP Framework WAR · IGRPWeb is a platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, based on business steps, processes, automatic code generation and incorporation of the Once-Only-Principle, written in Java. The IGRPWeb core is extremely lightweight and based on simple concepts. It's open-source and distributed under the Apache 2.0 license. Allows you to build unlimited number of e-government applications by yourself ensuring sustainability with an affordable and scalable solution on your own data.

Table Of Contents

Latest Version

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

How to open Javadoc JAR file in web browser

  1. Rename the file igrp-core-war-2.0.0.230811-beta-javadoc.jar to igrp-core-war-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-war-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-war-2.0.0.230811-beta-sources.jar" -d "igrp-core-war-2.0.0.230811-beta-javadoc" -subpackages 

Advertisement