Download redpen-core-1.4.3.jar file - Jar r

Jar examples for r:redpen-core

Description

RedPen is an open source proofreading tool a tool to check if your technical documents meet the writing standard . RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, and LaTeX).

You can download jar file redpen-core 1.4.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add redpen-core-1.4.3.jar to your project.

<dependency>
   <groupId>cc.redpen</groupId>
   <artifactId>redpen-core</artifactId>
   <version>1.4.3</version>
</dependency>
compile group: 'cc.redpen', name: 'redpen-core', version: '1.4.3'
libraryDependencies += "cc.redpen" % "redpen-core" % "1.4.3"
<dependency org="cc.redpen" name="redpen-core" rev="1.4.3"/>
@Grapes(@Grab(group='cc.redpen', module='redpen-core', version='1.4.3'))
'cc.redpen:redpen-core:jar:1.4.3'

Download

Click the following link to download the jar file.

redpen-core-1.4.3-javadoc.jar
redpen-core-1.4.3-sources.jar
redpen-core-1.4.3.jar
redpen-core-1.4.3.pom



Related Tutorials