| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCheckstyle Application Testing & Monitoring Code Analysis | 
        
| GroupId | GroupIdcom.github.shyiko | 
    
| ArtifactId | ArtifactIdcheckstyle-nonstandard | 
    
| Last Version | Last Version0.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncheckstyle-nonstandard 
            Additional Checkstyle checks 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.shyiko/checkstyle-nonstandard/ -->
<dependency>
    <groupId>com.github.shyiko</groupId>
    <artifactId>checkstyle-nonstandard</artifactId>
    <version>0.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.shyiko/checkstyle-nonstandard/
implementation 'com.github.shyiko:checkstyle-nonstandard:0.1.0'
                // https://jarcasting.com/artifacts/com.github.shyiko/checkstyle-nonstandard/
implementation ("com.github.shyiko:checkstyle-nonstandard:0.1.0")
                'com.github.shyiko:checkstyle-nonstandard:jar:0.1.0'
                <dependency org="com.github.shyiko" name="checkstyle-nonstandard" rev="0.1.0">
  <artifact name="checkstyle-nonstandard" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.shyiko', module='checkstyle-nonstandard', version='0.1.0')
)
                libraryDependencies += "com.github.shyiko" % "checkstyle-nonstandard" % "0.1.0"
                [com.github.shyiko/checkstyle-nonstandard "0.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 5.6 |