License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Checkstyle Application Testing & Monitoring Code Analysis config Configuration |
GroupId | GroupIdcom.lasmanis |
ArtifactId | ArtifactIdcheckstyle-config |
Last Version | Last Version0.0.53 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom Checkstyle Configuration
This library provides a custom configuration for the maven-checkstyle-plugin. It is based on the default Sun Microsystems configuration: sun_checks.xml.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-config-0.0.53.pom | |
checkstyle-config-0.0.53.jar | 7 KB |
checkstyle-config-0.0.53-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/ -->
<dependency>
<groupId>com.lasmanis</groupId>
<artifactId>checkstyle-config</artifactId>
<version>0.0.53</version>
</dependency>
// https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/
implementation 'com.lasmanis:checkstyle-config:0.0.53'
// https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/
implementation ("com.lasmanis:checkstyle-config:0.0.53")
'com.lasmanis:checkstyle-config:jar:0.0.53'
<dependency org="com.lasmanis" name="checkstyle-config" rev="0.0.53">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lasmanis', module='checkstyle-config', version='0.0.53')
)
libraryDependencies += "com.lasmanis" % "checkstyle-config" % "0.0.53"
[com.lasmanis/checkstyle-config "0.0.53"]