AsciidoctorJ provides Java bindings for the Asciidoctor RubyGem using JRuby, enabling AsciiDoc document processing in Java.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>3.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Convert AsciiDoc content to HTML.
Consider using AsciidoctorJ with the built-in JRuby or switch to a native AsciiDoc processor if performance is critical.
No dependency data recorded yet.