Download asciidoctorj-1.5.6.jar file - Jar a

Jar examples for a:asciidoctorj

Description

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.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add asciidoctorj-1.5.6.jar to your project.

<dependency>
   <groupId>org.asciidoctor</groupId>
   <artifactId>asciidoctorj</artifactId>
   <version>1.5.6</version>
</dependency>
compile group: 'org.asciidoctor', name: 'asciidoctorj', version: '1.5.6'
libraryDependencies += "org.asciidoctor" % "asciidoctorj" % "1.5.6"
<dependency org="org.asciidoctor" name="asciidoctorj" rev="1.5.6"/>
@Grapes(@Grab(group='org.asciidoctor', module='asciidoctorj', version='1.5.6'))
'org.asciidoctor:asciidoctorj:jar:1.5.6'

Download

Click the following link to download the jar file.

asciidoctorj-1.5.6-javadoc.jar
asciidoctorj-1.5.6-sources.jar
asciidoctorj-1.5.6.jar
asciidoctorj-1.5.6.pom



Related Tutorials