is not current version
Last Version 2

at.favre.lib:checkstyle-config 1

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

Categories

Categories

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

GroupId

at.favre.lib
ArtifactId

ArtifactId

checkstyle-config
Version

Version

1
Type

Type

jar

Download checkstyle-config 1


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