DOC

net.cofares.ljug : cnamliban-pojo-archetype

Maven & Gradle

Nov 29, 2018
4 stars

cnamliban-pojo-archetype · An archetype for ISSAE Cnam Liban students for POJO projects. First version just for verifing and testing maven introductory cours. 1- it introduce parent pom for Cnam Liban net.cofares.ljug:forDeployCentral:1.0 2- Ready (but you need to register and create account) if you wich to publish to central repo throw oss.sonatype.org for any issue : https://github.com/ljug/java-tutorials/issues

Table Of Contents

Latest Version

Download net.cofares.ljug : cnamliban-pojo-archetype Javadoc & API Documentation - Latest Versions:

All Versions

Download net.cofares.ljug : cnamliban-pojo-archetype Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3
1.2
1.1
1.0

How to open Javadoc JAR file in web browser

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

Advertisement