APIdia
banner
apidia.net
APIdia
@apidia.net
https://apidia.net
Growing collection of high-quality Java API documentation. Interlinked. No tracking. Ready to use. #APIdoc #APIdia #Java #JavaDoc #APIbrowser
Impressum: https://apidia.net/#impressum Privacy Policy: https://apidia.net/#privacy
API documentation of #Gradle 9.2.0, the most recent release of the well-known build tool, is now available on APIdia.
The gradle-api-tooling artifact offers programmatic access to Gradle and APIdia is the best place for browsing its rich API conveniently:
apidia.net/mvn/org.grad...
#java #javadoc
November 11, 2025 at 1:37 PM
Jackson 3 API documentation is now available on APIdia:
apidia.net/mvn/tools.ja...
It's always amazing to see a major version bump getting shipped, especially from a backbone project of the Java ecosystem such as the Jackson data processor!
#java #javadoc #apidia
November 4, 2025 at 11:35 AM
#JabRef 6.0-alpha.3 has been released! Congrats for this new milestone!
Our contribution to JabRef is hosting the API documentation and of course, the new docs are readily available:
apidia.net/java/JabRef/...

#java #javadoc
blog.jabref.org/2025/10/30/J...
November 3, 2025 at 1:17 PM
API documentation of the new JavaFX 25 release is now available on APIdia:
apidia.net/mvn/org.open...

This includes the incubating modules (input and richtext), however they are hidden by default. See comments for instructions.

#javafx #javafx25 #java #java25 #jdk #javadoc #apidia
September 19, 2025 at 1:14 PM
Mockito, the tasty mocking framework for #Java, enables clean, isolated tests by creating mock objects and managing their behavior. API documentation of this crucial tool for test-driven development is now available on APIdia: apidia.net/mvn/org.mock...

Happy API browsing!

#javadoc #Mockito
September 12, 2025 at 11:22 AM
Eclipse Collections features JDK-compatible List, Set and Map implementations with superior memory efficiency, rich API and many utility classes. It also features additional data types such as bags, bimaps and multimaps.
What's best: Its API docs are now on APIdia:
apidia.net/mvn/org.ecli...

#java
September 2, 2025 at 2:33 PM
Using the most recent #Java version is a luxury not everyone can afford: Migration can be painful or delayed by third parties.
Adding Java 17 API docs to our collection is our contribution for those who have to work with older Java for a little longer.
apidia.net/java/OpenJDK...
August 27, 2025 at 12:02 PM
jHDF 0.10.0 has been released. Congrats, @jamesmudd.bsky.social for this milestone!
#jHDF is a pure #Java implementation of #HDF5, a hierarchical data file format used heavily in industry.
Its API docs are available on APIdia: apidia.net/mvn/io.jhdf/...
August 11, 2025 at 2:01 PM
On APIdia there are now quick-selectors for Jakarta EE 11 API docs to reduce the view to core or web profile. You can also select e.g. platform without core and web to see precisely those modules that are *only* available in the full platform profile. Link in the comments.
#java #javadoc #jakartaee
June 26, 2025 at 10:13 AM
libGDX is a Java game development framework with exceptional cross-platform support: It supports building for Desktop, Android, iOS and Browsers/HTML5 from a single consistent Java codebase.
API docs of its latest release can be browsed on APIdia. Link in the comments.
#java #javadoc #jdk #libgdx
June 16, 2025 at 4:14 PM
Flexmark is a CommonMark/Markdown parser for Java, offering granular control of the parsing process, HTML rendering, conversion modules e.g. to PDF or DOCX and a vast set of extension modules. The full flexmark module family is available on APIdia:
apidia.net/mvn/com.vlad...
#java #javadoc #markdown
June 14, 2025 at 12:37 PM
We made it to JFX-Central links of the week once again! Thank you, @jfxcentral.com and all authors of the linked projects and articles, for keeping Java FX vivid and enabling Java on the frontend!
#javafx #java #jdk #javadoc
June 6, 2025 at 1:09 PM
We recently added API docs for the JavaFX components by DLSC, e.g. for PDF viewing, form-based UIs, preferences, picker controls and more. These controls are frequent and crucial building blocks of advanced JavaFX applications. Links in the comments.
#javafx #java #jdk #javadoc
June 2, 2025 at 10:22 AM
We celebrated #java 's 30th birthday by adding a recent snapshot build of OpenJDK 25 to our collection of API docs! To be precise, it's build 25+24. Enjoy!
apidia.net/java/OpenJDK...
May 27, 2025 at 10:41 AM
In APIdia's visibility settings, you can choose to see also private members and internal packages. Actually, nothing prevents you from selecting *only* private members. Why would you do that? Just because you can!
Surprise, there is even Javadoc written for many private members.
#java #javadoc #jvm
May 15, 2025 at 3:23 PM
Objectos Way is an approach to develop web applications entirely in Java, including the frontend. Yes it handles html/css/js generation, allowing to design in a pure Java OOP model and thereby in a single-language codebase.
Its API documentation is hosted on APIdia:
apidia.net/mvn/br.com.o...
May 13, 2025 at 1:22 PM
Apache Commons-Numbers is a toolbox for number-related math comprising utilities for combinatorics, root finding, prime numbers, complex numbers, quaternions and more.
Did you know that accurate summation of floating point numbers is not trivial? See comments for further reading.
May 9, 2025 at 11:50 AM
jHDF is a library implemented purely in Java to handle the HDF5 file format, which is heavily used in industry for storing hierarchical data. The best way to familiarize yourself with its API is browsing it on APIdia:
apidia.net/mvn/io.jhdf/...
May 7, 2025 at 12:37 PM
What's the advantage of APIdia over conventional Javadoc?
It solves a bunch of painpoints, constantly improving.
Notably, you have a proper side navigation to actually browse packages and classes. Javadoc used to have this until Java 10. On APIdia, this feature is future-proof.
apidia.net
April 29, 2025 at 1:08 PM
JSVG is a lightweight SVG renderer for Java2D. Its new major version 2.0.0 release was filed just yesterday. Of course you can browse the JSVG API on APIdia conveniently.

2.x train: apidia.net/mvn/com.gith...
1.x train: apidia.net/mvn/com.gith...
April 24, 2025 at 4:10 PM
In response to the release of JRuby 10, we updated JRuby docs on APIdia accordingly. So, enjoy browsing JavaDoc-like API documentation of JRuby 10.0.0.0 on APIdia: apidia.net/mvn/org.jrub...
Congrats to the JRuby team for releasing this milestone!
April 21, 2025 at 12:37 PM
Eclipse JGit is a pure Java implementation of the Git version control system. Why re-implement Git in Java? Well, we're not here to ask questions, we're here to build API-documentation: apidia.net/mvn/org.ecli...
April 15, 2025 at 12:22 PM
The Bouncy Castle project is serving as the encryption backbone of the Java ecosystem for decades now. In that sense: Long live The Legion of the Bouncy Castle! Oh, and remember to browse its Java API on APIdia: apidia.net/mvn/org.boun...
April 14, 2025 at 12:25 PM
GitHub API for Java is an object oriented representation of the GitHub API in Java. It's the preferred way of interacting with GitHub from Java to manage and automate your activities. Of course, you can browse this API on APIdia: apidia.net/mvn/org.kohs...
April 10, 2025 at 12:57 PM
Apache PDFBox is one of the most compelling open source Java libraries for working with PDF documents. To familiarize yourself with its API, we recommend browsing it on APIdia: apidia.net/mvn/org.apac...
April 9, 2025 at 11:22 AM