Last Version

Common Checkstyle Configuration 2

Externalized checkstyle configuration which can be used in other Maven projects.

License

License

Categories

Categories

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

GroupId

at.favre.lib
ArtifactId

ArtifactId

checkstyle-config
Version

Version

2
Type

Type

jar
Description

Description

Common Checkstyle Configuration
Externalized checkstyle configuration which can be used in other Maven projects.
Project URL

Project URL

https://github.com/patrickfav/checkstyle-config
Source Code Management

Source Code Management

https://github.com/patrickfav/checkstyle-config

Download checkstyle-config 2


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.