r

redpen-core

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