License |
License |
---|---|
Categories |
CategoriesNet Checkstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config |
GroupId | GroupIdnet.bluefen |
ArtifactId | ArtifactIdcheckstyle-configuration |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle Configuration
Standard Checkstyle rules for projects to use
|
Project Organization |
Project OrganizationBlue Fen |
Filename | Size |
---|---|
checkstyle-configuration-2.pom | |
checkstyle-configuration-2.jar | 3 KB |
checkstyle-configuration-2-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/ -->
<dependency>
<groupId>net.bluefen</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/
implementation 'net.bluefen:checkstyle-configuration:2'
// https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/
implementation ("net.bluefen:checkstyle-configuration:2")
'net.bluefen:checkstyle-configuration:jar:2'
<dependency org="net.bluefen" name="checkstyle-configuration" rev="2">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bluefen', module='checkstyle-configuration', version='2')
)
libraryDependencies += "net.bluefen" % "checkstyle-configuration" % "2"
[net.bluefen/checkstyle-configuration "2"]