License |
License |
---|---|
Categories |
CategoriesNet Checkstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdau.net.causal.shoelaces |
ArtifactId | ArtifactIdshoelaces-checkstyle |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShoelaces Checkstyle Module
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
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
shoelaces-checkstyle-2.1.1.pom | |
shoelaces-checkstyle-2.1.1.jar | 2 KB |
shoelaces-checkstyle-2.1.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.net.causal.shoelaces/shoelaces-checkstyle/ -->
<dependency>
<groupId>au.net.causal.shoelaces</groupId>
<artifactId>shoelaces-checkstyle</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.causal.shoelaces/shoelaces-checkstyle/
implementation 'au.net.causal.shoelaces:shoelaces-checkstyle:2.1.1'
// https://jarcasting.com/artifacts/au.net.causal.shoelaces/shoelaces-checkstyle/
implementation ("au.net.causal.shoelaces:shoelaces-checkstyle:2.1.1")
'au.net.causal.shoelaces:shoelaces-checkstyle:jar:2.1.1'
<dependency org="au.net.causal.shoelaces" name="shoelaces-checkstyle" rev="2.1.1">
<artifact name="shoelaces-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.causal.shoelaces', module='shoelaces-checkstyle', version='2.1.1')
)
libraryDependencies += "au.net.causal.shoelaces" % "shoelaces-checkstyle" % "2.1.1"
[au.net.causal.shoelaces/shoelaces-checkstyle "2.1.1"]