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