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