is not current version
Last Version 1.10.3

cc.redpen:redpen 1.5.4

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).

GroupId

GroupId

cc.redpen
ArtifactId

ArtifactId

redpen
Version

Version

1.5.4
Type

Type

pom

Download redpen 1.5.4

Filename Size
redpen-1.5.4.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/cc.redpen/redpen/ -->
<dependency>
    <groupId>cc.redpen</groupId>
    <artifactId>redpen</artifactId>
    <version>1.5.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.redpen/redpen/
implementation 'cc.redpen:redpen:1.5.4'
// https://jarcasting.com/artifacts/cc.redpen/redpen/
implementation ("cc.redpen:redpen:1.5.4")
'cc.redpen:redpen:pom:1.5.4'
<dependency org="cc.redpen" name="redpen" rev="1.5.4">
  <artifact name="redpen" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.redpen', module='redpen', version='1.5.4')
)
libraryDependencies += "cc.redpen" % "redpen" % "1.5.4"
[cc.redpen/redpen "1.5.4"]