| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCheckstyle Application Testing & Monitoring Code Analysis | 
        
| GroupId | GroupIdcom.github.krdev.checkstyle | 
    
| ArtifactId | ArtifactIdcheckstyle-checks | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncheckstyle-checks 
            checkstyle component checkstyle-checks 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| checkstyle-checks-0.0.1.pom | |
| checkstyle-checks-0.0.1.jar | 4 KB | 
| checkstyle-checks-0.0.1-sources.jar | 1 KB | 
| checkstyle-checks-0.0.1-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-checks/ -->
<dependency>
    <groupId>com.github.krdev.checkstyle</groupId>
    <artifactId>checkstyle-checks</artifactId>
    <version>0.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-checks/
implementation 'com.github.krdev.checkstyle:checkstyle-checks:0.0.1'
                // https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-checks/
implementation ("com.github.krdev.checkstyle:checkstyle-checks:0.0.1")
                'com.github.krdev.checkstyle:checkstyle-checks:jar:0.0.1'
                <dependency org="com.github.krdev.checkstyle" name="checkstyle-checks" rev="0.0.1">
  <artifact name="checkstyle-checks" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.krdev.checkstyle', module='checkstyle-checks', version='0.0.1')
)
                libraryDependencies += "com.github.krdev.checkstyle" % "checkstyle-checks" % "0.0.1"
                [com.github.krdev.checkstyle/checkstyle-checks "0.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 5.4 | 
| com.github.lafa.logfast : logfast.core | jar | 1.0.6 | 
| com.google.code.findbugs : jsr305 | jar | 1.3.9 | 
| io.netty : netty-handler | jar | 4.1.0.Beta5 | 
| com.sun.mail : javax.mail | jar | 1.5.2 | 
| org.slf4j : slf4j-api | jar | 1.7.12 | 
| ch.qos.logback : logback-core | jar | 1.1.3 | 
| ch.qos.logback : logback-classic | jar | 1.1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.8 |