s

sanity4j-parent

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-parent-1.8.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.sanity4j</groupId>
  <artifactId>sanity4j-parent</artifactId>
  <version>1.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.sanity4j:sanity4j-parent:1.8.2'
Gradle Kotlin
implementation("com.github.sanity4j:sanity4j-parent:1.8.2")
Scala SBT
libraryDependencies += "com.github.sanity4j" % "sanity4j-parent" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sanity4j', module='sanity4j-parent', version='1.8.2')
)
Apache Ivy
<dependency org="com.github.sanity4j" name="sanity4j-parent" rev="1.8.2" />
Leiningen
[com.github.sanity4j/sanity4j-parent "1.8.2"]
Apache Buildr
'com.github.sanity4j:sanity4j-parent:jar:1.8.2'
Dependencies
The project has no third-party dependencies