License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdhu.meza.tools |
ArtifactId | ArtifactIdcheckstyle-suppression |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle ruleset with suppression
A small module to version the checkstyle ruleset with suprpession
|
Project URL |
Project URL |
Filename | Size |
---|---|
checkstyle-suppression-1.0.pom | |
checkstyle-suppression-1.0.jar | 6 KB |
checkstyle-suppression-1.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.meza.tools/checkstyle-suppression/ -->
<dependency>
<groupId>hu.meza.tools</groupId>
<artifactId>checkstyle-suppression</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.meza.tools/checkstyle-suppression/
implementation 'hu.meza.tools:checkstyle-suppression:1.0'
// https://jarcasting.com/artifacts/hu.meza.tools/checkstyle-suppression/
implementation ("hu.meza.tools:checkstyle-suppression:1.0")
'hu.meza.tools:checkstyle-suppression:jar:1.0'
<dependency org="hu.meza.tools" name="checkstyle-suppression" rev="1.0">
<artifact name="checkstyle-suppression" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.meza.tools', module='checkstyle-suppression', version='1.0')
)
libraryDependencies += "hu.meza.tools" % "checkstyle-suppression" % "1.0"
[hu.meza.tools/checkstyle-suppression "1.0"]