License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcheckstyle |
ArtifactId | ArtifactIdcheckstyle-optional |
Last Version | Last Version4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle Optional
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-optional-4.4.pom | |
checkstyle-optional-4.4.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/ -->
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle-optional</artifactId>
<version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/
implementation 'checkstyle:checkstyle-optional:4.4'
// https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/
implementation ("checkstyle:checkstyle-optional:4.4")
'checkstyle:checkstyle-optional:jar:4.4'
<dependency org="checkstyle" name="checkstyle-optional" rev="4.4">
<artifact name="checkstyle-optional" type="jar" />
</dependency>
@Grapes(
@Grab(group='checkstyle', module='checkstyle-optional', version='4.4')
)
libraryDependencies += "checkstyle" % "checkstyle-optional" % "4.4"
[checkstyle/checkstyle-optional "4.4"]
Group / Artifact | Type | Version |
---|---|---|
checkstyle : checkstyle | jar | 4.4 |