| Categories | 
                CategoriesCheckstyle Application Testing & Monitoring Code Analysis | 
        
|---|---|
| GroupId | GroupIdorg.opendaylight.controller | 
    
| ArtifactId | ArtifactIdcheckstyle | 
    
| Version | Version0.0.4-Helium-SR1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| checkstyle-0.0.4-Helium-SR1.pom | |
| checkstyle-0.0.4-Helium-SR1.jar | 2 KB | 
| checkstyle-0.0.4-Helium-SR1-sources.jar | 985 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/checkstyle/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>checkstyle</artifactId>
    <version>0.0.4-Helium-SR1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.controller/checkstyle/
implementation 'org.opendaylight.controller:checkstyle:0.0.4-Helium-SR1'
                // https://jarcasting.com/artifacts/org.opendaylight.controller/checkstyle/
implementation ("org.opendaylight.controller:checkstyle:0.0.4-Helium-SR1")
                'org.opendaylight.controller:checkstyle:jar:0.0.4-Helium-SR1'
                <dependency org="org.opendaylight.controller" name="checkstyle" rev="0.0.4-Helium-SR1">
  <artifact name="checkstyle" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.controller', module='checkstyle', version='0.0.4-Helium-SR1')
)
                libraryDependencies += "org.opendaylight.controller" % "checkstyle" % "0.0.4-Helium-SR1"
                [org.opendaylight.controller/checkstyle "0.0.4-Helium-SR1"]