DOC

io.archimedesfw.maven.micronaut : micronaut-base-parent

Maven & Gradle

Mar 19, 2023
18 stars

micronaut-base-parent · This project tries to be an effort to simplify your Maven pom.xml files when you are using Micronaut. You should not use this module directly, instead here you can find two flavors: one for Java and the other for Kotlin. Both of them are ready for production use, but if you don't want to use them directly in your pom.xml you simply can look like it as an example.

Table Of Contents

Latest Version

Download io.archimedesfw.maven.micronaut : micronaut-base-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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