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