Jar examples for a:asciidoctorj
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.
You can download jar file asciidoctorj 1.5.4.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add asciidoctorj-1.5.4.1.jar to your project.
<dependency> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctorj</artifactId> <version>1.5.4.1</version> </dependency>
compile group: 'org.asciidoctor', name: 'asciidoctorj', version: '1.5.4.1'
libraryDependencies += "org.asciidoctor" % "asciidoctorj" % "1.5.4.1"
<dependency org="org.asciidoctor" name="asciidoctorj" rev="1.5.4.1"/>
@Grapes(@Grab(group='org.asciidoctor', module='asciidoctorj', version='1.5.4.1'))
'org.asciidoctor:asciidoctorj:jar:1.5.4.1'
Click the following link to download the jar file.
asciidoctorj-1.5.4.1-javadoc.jar