is not current version
Last Version 1.1

de.cwkr:cwkr-checkstyle 1.0

Checkstyle configuration and custom checks

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

de.cwkr
ArtifactId

ArtifactId

cwkr-checkstyle
Version

Version

1.0
Type

Type

jar

Download cwkr-checkstyle 1.0


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