is not current version
Last Version 6

com.viskan:checkstyle-configuration 3

Contains checkstyle configurations for Viskan projects.

Categories

Categories

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

GroupId

com.viskan
ArtifactId

ArtifactId

checkstyle-configuration
Version

Version

3
Type

Type

jar

Download checkstyle-configuration 3


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