r

redpen-plugin

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