s

spt-checkstyle

Checkstyle configuration for SPT Java Style
https://github.com/spt-oss/spt-checkstyle
Files download
File Operation
spt-checkstyle-8.15.0.jar download
spt-checkstyle-8.15.0.pom download
spt-checkstyle-8.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spt-oss</groupId>
  <artifactId>spt-checkstyle</artifactId>
  <version>8.15.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.spt-oss:spt-checkstyle:8.15.0'
Gradle Kotlin
implementation("com.github.spt-oss:spt-checkstyle:8.15.0")
Scala SBT
libraryDependencies += "com.github.spt-oss" % "spt-checkstyle" % "8.15.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spt-oss', module='spt-checkstyle', version='8.15.0')
)
Apache Ivy
<dependency org="com.github.spt-oss" name="spt-checkstyle" rev="8.15.0" />
Leiningen
[com.github.spt-oss/spt-checkstyle "8.15.0"]
Apache Buildr
'com.github.spt-oss:spt-checkstyle:jar:8.15.0'