Download asciidoctor-maven-plugin-1.5.3.jar file - Jar a

Jar examples for a:asciidoctor-maven-plugin

Description

Asciidoctor Maven Plugin

You can download jar file asciidoctor-maven-plugin 1.5.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add asciidoctor-maven-plugin-1.5.3.jar to your project.

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

Download

Click the following link to download the jar file.

asciidoctor-maven-plugin-1.5.3-javadoc.jar
asciidoctor-maven-plugin-1.5.3-sources.jar
asciidoctor-maven-plugin-1.5.3.jar
asciidoctor-maven-plugin-1.5.3.pom



Related Tutorials