is not current version
Last Version 1.10.3

cc.redpen:redpen-core 1.4.2

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-core
Version

Version

1.4.2
Type

Type

jar

Download redpen-core 1.4.2


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