r

redpen-cli

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-cli-1.5.3.jar download
redpen-cli-1.5.3.pom download
redpen-cli-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.redpen</groupId>
  <artifactId>redpen-cli</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'cc.redpen:redpen-cli:1.5.3'
Gradle Kotlin
implementation("cc.redpen:redpen-cli:1.5.3")
Scala SBT
libraryDependencies += "cc.redpen" % "redpen-cli" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='cc.redpen', module='redpen-cli', version='1.5.3')
)
Apache Ivy
<dependency org="cc.redpen" name="redpen-cli" rev="1.5.3" />
Leiningen
[cc.redpen/redpen-cli "1.5.3"]
Apache Buildr
'cc.redpen:redpen-cli:jar:1.5.3'