| License | License | 
|---|---|
| Categories | CategoriesNet Checkstyle Application Testing & Monitoring Code Analysis | 
| GroupId | GroupIdnet.kemitix | 
| ArtifactId | ArtifactIdkemitix-checkstyle-ruleset-plugin-sample | 
| Last Version | Last Version3.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionKemitix Checkstyle Ruleset Plugin Sample Sample usage of the Kemitix Checkstyle Ruleset Plugin | 
<!-- https://jarcasting.com/artifacts/net.kemitix/kemitix-checkstyle-ruleset-plugin-sample/ -->
<dependency>
    <groupId>net.kemitix</groupId>
    <artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>
    <version>3.0.0</version>
</dependency>// https://jarcasting.com/artifacts/net.kemitix/kemitix-checkstyle-ruleset-plugin-sample/
implementation 'net.kemitix:kemitix-checkstyle-ruleset-plugin-sample:3.0.0'// https://jarcasting.com/artifacts/net.kemitix/kemitix-checkstyle-ruleset-plugin-sample/
implementation ("net.kemitix:kemitix-checkstyle-ruleset-plugin-sample:3.0.0")'net.kemitix:kemitix-checkstyle-ruleset-plugin-sample:jar:3.0.0'<dependency org="net.kemitix" name="kemitix-checkstyle-ruleset-plugin-sample" rev="3.0.0">
  <artifact name="kemitix-checkstyle-ruleset-plugin-sample" type="jar" />
</dependency>@Grapes(
@Grab(group='net.kemitix', module='kemitix-checkstyle-ruleset-plugin-sample', version='3.0.0')
)libraryDependencies += "net.kemitix" % "kemitix-checkstyle-ruleset-plugin-sample" % "3.0.0"[net.kemitix/kemitix-checkstyle-ruleset-plugin-sample "3.0.0"]