| Categories | 
                CategoriesNet Checkstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config | 
        
|---|---|
| GroupId | GroupIdnet.bluefen | 
    
| ArtifactId | ArtifactIdcheckstyle-configuration | 
    
| Version | Version1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| checkstyle-configuration-1.pom | |
| checkstyle-configuration-1.jar | 3 KB | 
| checkstyle-configuration-1-sources.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/ -->
<dependency>
    <groupId>net.bluefen</groupId>
    <artifactId>checkstyle-configuration</artifactId>
    <version>1</version>
</dependency>
                // https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/
implementation 'net.bluefen:checkstyle-configuration:1'
                // https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/
implementation ("net.bluefen:checkstyle-configuration:1")
                'net.bluefen:checkstyle-configuration:jar:1'
                <dependency org="net.bluefen" name="checkstyle-configuration" rev="1">
  <artifact name="checkstyle-configuration" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.bluefen', module='checkstyle-configuration', version='1')
)
                libraryDependencies += "net.bluefen" % "checkstyle-configuration" % "1"
                [net.bluefen/checkstyle-configuration "1"]