SPT Checkstyle

Checkstyle configuration for SPT Java Style

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

spt-checkstyle
Last Version

Last Version

8.15.0
Release Date

Release Date

Type

Type

jar
Description

Description

SPT Checkstyle
Checkstyle configuration for SPT Java Style
Project URL

Project URL

https://github.com/spt-oss/spt-checkstyle
Project Organization

Project Organization

SPT
Source Code Management

Source Code Management

https://github.com/spt-oss/spt-checkstyle/tree/master

Download spt-checkstyle

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.puppycrawl.tools : checkstyle jar 8.15

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.6.RELEASE

Project Modules

There are no modules declared in this project.

Checkstyle

circleci maven central

  • Checkstyle configuration for SPT Java style

Usage

IDE

  • Checkout the repository and import configuration into your IDE.

     checkstyle/src/main/resources/com/github/spt-oss/checkstyle/checks.xml

Maven

  • Add a dependency in your POM.

     <plugin>
     	<groupId>org.apache.maven.plugins</groupId>
     	<artifactId>maven-checkstyle-plugin</artifactId>
     	<configuration>
     		<configLocation>com/github/spt-oss/checkstyle/checks.xml</configLocation>
     	</configuration>
     	<dependencies>
     		<dependency>
     			<groupId>com.puppycrawl.tools</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.15</version>
     		</dependency>
     		<dependency>
     			<groupId>com.github.spt-oss</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.15.0</version>
     		</dependency>
     	</dependencies>
     </plugin>

License

  • This software is released under the Apache License 2.0.
com.github.spt-oss

SPT

Open Source Libraries for Java

Versions

Version
8.15.0
8.12.0