s

sanity4j

Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.
https://sanity4j.github.io/
GPLv3
The Sanity4J project
Yiannis Paschalidis Darian Bridge
Files download
File Operation
sanity4j-1.8.0.jar download
sanity4j-1.8.0.pom download
sanity4j-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sanity4j</groupId>
  <artifactId>sanity4j</artifactId>
  <version>1.8.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.sanity4j:sanity4j:1.8.0'
Gradle Kotlin
implementation("com.github.sanity4j:sanity4j:1.8.0")
Scala SBT
libraryDependencies += "com.github.sanity4j" % "sanity4j" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sanity4j', module='sanity4j', version='1.8.0')
)
Apache Ivy
<dependency org="com.github.sanity4j" name="sanity4j" rev="1.8.0" />
Leiningen
[com.github.sanity4j/sanity4j "1.8.0"]
Apache Buildr
'com.github.sanity4j:sanity4j:jar:1.8.0'