Download asciidoctorj-pdf-1.5.0-alpha.11.jar file - Jar a

Jar examples for a:asciidoctorj-pdf

Description

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.

You can download jar file asciidoctorj-pdf 1.5.0-alpha.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add asciidoctorj-pdf-1.5.0-alpha.11.jar to your project.

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

Download

Click the following link to download the jar file.

asciidoctorj-pdf-1.5.0-alpha.11-javadoc.jar
asciidoctorj-pdf-1.5.0-alpha.11-sources.jar
asciidoctorj-pdf-1.5.0-alpha.11.jar
asciidoctorj-pdf-1.5.0-alpha.11.pom



Related Tutorials