DOC

org.poreid : poreid

Maven & Gradle

Feb 21, 2019
31 stars

POReID · The POReID is a java library to handle the portuguese eID smartcard, this library can be used for desktop applications as well as browser based applets

Table Of Contents

Latest Version

Download org.poreid : poreid Javadoc & API Documentation - Latest Versions:

All Versions

Download org.poreid : poreid Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.53
1.52
1.51
1.50
1.49
1.48
1.47
1.46
1.45
1.44
1.43
1.42
1.41
1.4
1.3
1.2
1.1
1.0

How to open Javadoc JAR file in web browser

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

Advertisement