Download markdown_to_asciidoc-1.0.jar file - Jar m

Jar examples for m:markdown-to-asciidoc

Description

A small, lightweight converter for Markdown to AsciiDoc written in Java, and based on Pegdown.

You can download jar file markdown_to_asciidoc 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add markdown_to_asciidoc-1.0.jar to your project.

<dependency>
   <groupId>ca.szc.thirdparty.nl.jworks.markdown_to_asciidoc</groupId>
   <artifactId>markdown_to_asciidoc</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'ca.szc.thirdparty.nl.jworks.markdown_to_asciidoc', name: 'markdown_to_asciidoc', version: '1.0'
libraryDependencies += "ca.szc.thirdparty.nl.jworks.markdown_to_asciidoc" % "markdown_to_asciidoc" % "1.0"
<dependency org="ca.szc.thirdparty.nl.jworks.markdown_to_asciidoc" name="markdown_to_asciidoc" rev="1.0"/>
@Grapes(@Grab(group='ca.szc.thirdparty.nl.jworks.markdown_to_asciidoc', module='markdown_to_asciidoc', version='1.0'))
'ca.szc.thirdparty.nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:jar:1.0'

Download

Click the following link to download the jar file.

markdown_to_asciidoc-1.0-javadoc.jar
markdown_to_asciidoc-1.0-sources.jar
markdown_to_asciidoc-1.0.jar
markdown_to_asciidoc-1.0.pom



Related Tutorials