javadoc.io
javadoc.io copied to clipboard
Support Jitpack.io
(From https://jitpack.io/docs/#javadoc-publishing):
-
For a single module project, if it produces a javadoc.jar then you can browse the javadoc files directly at:
- https://jitpack.io/com/github/USER/REPO/VERSION/javadoc/ or
- https://jitpack.io/com/github/USER/REPO/latest/javadoc/ (latest release tag)
-
For a multi module project, the artifacts are published under com.github.USER.REPO:MODULE:VERSION, where MODULE is the artifact id of the module (not necessarily the same as the directory it lives in)
-
Javadocs for a multi-module project follow the same convention, i.e.
- https://jitpack.io/com/github/USER/REPO/MODULE/VERSION/javadoc/