| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCheckstyle Application Testing & Monitoring Code Analysis | 
        
| GroupId | GroupIdcom.github.nhojpatrick.qa | 
    
| ArtifactId | ArtifactIdnhojpatrick-qa-ruleset-checkstyle | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCheckstyle Rule Set 
            Checkstyle Rule Set project 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.nhojpatrick.qa/nhojpatrick-qa-ruleset-checkstyle/ -->
<dependency>
    <groupId>com.github.nhojpatrick.qa</groupId>
    <artifactId>nhojpatrick-qa-ruleset-checkstyle</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.nhojpatrick.qa/nhojpatrick-qa-ruleset-checkstyle/
implementation 'com.github.nhojpatrick.qa:nhojpatrick-qa-ruleset-checkstyle:1.1.0'
                // https://jarcasting.com/artifacts/com.github.nhojpatrick.qa/nhojpatrick-qa-ruleset-checkstyle/
implementation ("com.github.nhojpatrick.qa:nhojpatrick-qa-ruleset-checkstyle:1.1.0")
                'com.github.nhojpatrick.qa:nhojpatrick-qa-ruleset-checkstyle:jar:1.1.0'
                <dependency org="com.github.nhojpatrick.qa" name="nhojpatrick-qa-ruleset-checkstyle" rev="1.1.0">
  <artifact name="nhojpatrick-qa-ruleset-checkstyle" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.nhojpatrick.qa', module='nhojpatrick-qa-ruleset-checkstyle', version='1.1.0')
)
                libraryDependencies += "com.github.nhojpatrick.qa" % "nhojpatrick-qa-ruleset-checkstyle" % "1.1.0"
                [com.github.nhojpatrick.qa/nhojpatrick-qa-ruleset-checkstyle "1.1.0"]