is not current version
Last Version 2

net.bluefen:checkstyle-configuration 1

Standard Checkstyle rules for projects to use

Categories

Categories

Net Checkstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config
GroupId

GroupId

net.bluefen
ArtifactId

ArtifactId

checkstyle-configuration
Version

Version

1
Type

Type

jar

Download checkstyle-configuration 1


<!-- 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"]