License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdcc.redpen |
ArtifactId | ArtifactIdredpen-distribution |
Last Version | Last Version1.10.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredpen-distribution
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).
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redpen-distribution-1.10.3.pom | |
redpen-distribution-1.10.3.jar | 2 KB |
redpen-distribution-1.10.3-assembled.tar.gz | 150 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redpen/redpen-distribution/ -->
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-distribution</artifactId>
<version>1.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redpen/redpen-distribution/
implementation 'cc.redpen:redpen-distribution:1.10.3'
// https://jarcasting.com/artifacts/cc.redpen/redpen-distribution/
implementation ("cc.redpen:redpen-distribution:1.10.3")
'cc.redpen:redpen-distribution:jar:1.10.3'
<dependency org="cc.redpen" name="redpen-distribution" rev="1.10.3">
<artifact name="redpen-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redpen', module='redpen-distribution', version='1.10.3')
)
libraryDependencies += "cc.redpen" % "redpen-distribution" % "1.10.3"
[cc.redpen/redpen-distribution "1.10.3"]