Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcheckstyle |
ArtifactId | ArtifactIdcheckstyle-optional |
Version | Version4.2 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-optional-4.2.pom | |
checkstyle-optional-4.2.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/ -->
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle-optional</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/
implementation 'checkstyle:checkstyle-optional:4.2'
// https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/
implementation ("checkstyle:checkstyle-optional:4.2")
'checkstyle:checkstyle-optional:jar:4.2'
<dependency org="checkstyle" name="checkstyle-optional" rev="4.2">
<artifact name="checkstyle-optional" type="jar" />
</dependency>
@Grapes(
@Grab(group='checkstyle', module='checkstyle-optional', version='4.2')
)
libraryDependencies += "checkstyle" % "checkstyle-optional" % "4.2"
[checkstyle/checkstyle-optional "4.2"]