is not current version
Last Version 2.7.0.Final

io.thorntail:asciidoctorj 2.3.0.Final

AsciidoctorJ is the official library for running Asciidoctor on the JVM. Using AsciidoctorJ, you can convert AsciiDoc content or analyze the structure of a parsed AsciiDoc document from Java and other JVM languages.

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

asciidoctorj
Version

Version

2.3.0.Final
Type

Type

jar

Download asciidoctorj 2.3.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/asciidoctorj/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>asciidoctorj</artifactId>
    <version>2.3.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/asciidoctorj/
implementation 'io.thorntail:asciidoctorj:2.3.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/asciidoctorj/
implementation ("io.thorntail:asciidoctorj:2.3.0.Final")
'io.thorntail:asciidoctorj:jar:2.3.0.Final'
<dependency org="io.thorntail" name="asciidoctorj" rev="2.3.0.Final">
  <artifact name="asciidoctorj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='asciidoctorj', version='2.3.0.Final')
)
libraryDependencies += "io.thorntail" % "asciidoctorj" % "2.3.0.Final"
[io.thorntail/asciidoctorj "2.3.0.Final"]