| GroupId | GroupIdcc.redpen |
|---|---|
| ArtifactId | ArtifactIdredpen-plugin |
| Version | Version1.7.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| redpen-plugin-1.7.4.pom | |
| redpen-plugin-1.7.4.jar | 4 KB |
| redpen-plugin-1.7.4-sources.jar | 2 KB |
| redpen-plugin-1.7.4-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.redpen/redpen-plugin/ -->
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-plugin</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redpen/redpen-plugin/
implementation 'cc.redpen:redpen-plugin:1.7.4'
// https://jarcasting.com/artifacts/cc.redpen/redpen-plugin/
implementation ("cc.redpen:redpen-plugin:1.7.4")
'cc.redpen:redpen-plugin:jar:1.7.4'
<dependency org="cc.redpen" name="redpen-plugin" rev="1.7.4">
<artifact name="redpen-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redpen', module='redpen-plugin', version='1.7.4')
)
libraryDependencies += "cc.redpen" % "redpen-plugin" % "1.7.4"
[cc.redpen/redpen-plugin "1.7.4"]