| License | License | 
|---|---|
| Categories | CategoriesNet Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration | 
| GroupId | GroupIdnet.sf.matrixjavalib.build | 
| ArtifactId | ArtifactIdcheckstyle-config | 
| Last Version | Last Version1.16 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMatrix :: 构建支持 :: CheckStyle 配置 CheckStyle 配置 | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| checkstyle-config-1.16.pom | |
| checkstyle-config-1.16.jar | 3 KB | 
| checkstyle-config-1.16-sources.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.matrixjavalib.build/checkstyle-config/ -->
<dependency>
    <groupId>net.sf.matrixjavalib.build</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>1.16</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.matrixjavalib.build/checkstyle-config/
implementation 'net.sf.matrixjavalib.build:checkstyle-config:1.16'// https://jarcasting.com/artifacts/net.sf.matrixjavalib.build/checkstyle-config/
implementation ("net.sf.matrixjavalib.build:checkstyle-config:1.16")'net.sf.matrixjavalib.build:checkstyle-config:jar:1.16'<dependency org="net.sf.matrixjavalib.build" name="checkstyle-config" rev="1.16">
  <artifact name="checkstyle-config" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.matrixjavalib.build', module='checkstyle-config', version='1.16')
)libraryDependencies += "net.sf.matrixjavalib.build" % "checkstyle-config" % "1.16"[net.sf.matrixjavalib.build/checkstyle-config "1.16"]