Download asciidoctorj-diagram-1.5.0.jar file - Jar a

Jar examples for a:asciidoctorj-diagram

Description

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

You can download jar file asciidoctorj-diagram 1.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

asciidoctorj-diagram-1.5.0-javadoc.jar
asciidoctorj-diagram-1.5.0-sources.jar
asciidoctorj-diagram-1.5.0.jar
asciidoctorj-diagram-1.5.0.pom



Related Tutorials