is not current version
Last Version 2.1.1

au.net.causal.shoelaces:shoelaces-checkstyle 2.0

Contains the checkstyle rules for Shoelaces, bundling as a JAR so it can be reused across all the modules. Recommended approach from https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html

Categories

Categories

Net Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

au.net.causal.shoelaces
ArtifactId

ArtifactId

shoelaces-checkstyle
Version

Version

2.0
Type

Type

jar

Download shoelaces-checkstyle 2.0


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