Download redpen-core-1.9.0.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.9.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials