is not current version
Last Version 0.0.53

com.lasmanis:checkstyle-config 0.0.7

This library provides a custom configuration for the maven-checkstyle-plugin. It is based on the default Sun Microsystems configuration: sun_checks.xml.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation Checkstyle Application Testing & Monitoring Code Analysis config Configuration
GroupId

GroupId

com.lasmanis
ArtifactId

ArtifactId

checkstyle-config
Version

Version

0.0.7
Type

Type

jar

Download checkstyle-config 0.0.7


<!-- https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/ -->
<dependency>
    <groupId>com.lasmanis</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/
implementation 'com.lasmanis:checkstyle-config:0.0.7'
// https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/
implementation ("com.lasmanis:checkstyle-config:0.0.7")
'com.lasmanis:checkstyle-config:jar:0.0.7'
<dependency org="com.lasmanis" name="checkstyle-config" rev="0.0.7">
  <artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lasmanis', module='checkstyle-config', version='0.0.7')
)
libraryDependencies += "com.lasmanis" % "checkstyle-config" % "0.0.7"
[com.lasmanis/checkstyle-config "0.0.7"]