r

redpen

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).
http://redpen.cc
Apache License, Version 2.0
Takahiko Ito
Files download
File Operation
redpen-1.10.3.pom download
Apache Maven
<dependency>
  <groupId>cc.redpen</groupId>
  <artifactId>redpen</artifactId>
  <version>1.10.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cc.redpen:redpen:1.10.3'
Gradle Kotlin
implementation("cc.redpen:redpen:1.10.3")
Scala SBT
libraryDependencies += "cc.redpen" % "redpen" % "1.10.3"
Groovy Grape
@Grapes(
  @Grab(group='cc.redpen', module='redpen', version='1.10.3')
)
Apache Ivy
<dependency org="cc.redpen" name="redpen" rev="1.10.3" />
Leiningen
[cc.redpen/redpen "1.10.3"]
Apache Buildr
'cc.redpen:redpen:jar:1.10.3'
Dependencies
The project has no third-party dependencies