Download redpen-core-1.7.7.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.7.7 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials