License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.thomasjensen.checkstyle.addons |
ArtifactId | ArtifactIdcheckstyle-addons |
Last Version | Last Version7.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle Addons
Additional Checkstyle Checks
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
checkstyle-addons-7.0.1.pom | |
checkstyle-addons-7.0.1.jar | 81 KB |
checkstyle-addons-7.0.1-sources.jar | 66 KB |
checkstyle-addons-7.0.1-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thomasjensen.checkstyle.addons/checkstyle-addons/ -->
<dependency>
<groupId>com.thomasjensen.checkstyle.addons</groupId>
<artifactId>checkstyle-addons</artifactId>
<version>7.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thomasjensen.checkstyle.addons/checkstyle-addons/
implementation 'com.thomasjensen.checkstyle.addons:checkstyle-addons:7.0.1'
// https://jarcasting.com/artifacts/com.thomasjensen.checkstyle.addons/checkstyle-addons/
implementation ("com.thomasjensen.checkstyle.addons:checkstyle-addons:7.0.1")
'com.thomasjensen.checkstyle.addons:checkstyle-addons:jar:7.0.1'
<dependency org="com.thomasjensen.checkstyle.addons" name="checkstyle-addons" rev="7.0.1">
<artifact name="checkstyle-addons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thomasjensen.checkstyle.addons', module='checkstyle-addons', version='7.0.1')
)
libraryDependencies += "com.thomasjensen.checkstyle.addons" % "checkstyle-addons" % "7.0.1"
[com.thomasjensen.checkstyle.addons/checkstyle-addons "7.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |