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.
http://sanity4j.sf.net
GPLv3
The Sanity4J project
Yiannis Paschalidis Darian Bridge Brian Kavanagh Jonathan Austin Steve Harney Rodney McCowan
文件下载
文件名 操作
sanity4j-1.1.0.jar 下载
sanity4j-1.1.0.pom 下载
sanity4j-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.sanity4j</groupId>
  <artifactId>sanity4j</artifactId>
  <version>1.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sf.sanity4j:sanity4j:1.1.0'
Gradle Kotlin
implementation("net.sf.sanity4j:sanity4j:1.1.0")
Scala SBT
libraryDependencies += "net.sf.sanity4j" % "sanity4j" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.sanity4j', module='sanity4j', version='1.1.0')
)
Apache Ivy
<dependency org="net.sf.sanity4j" name="sanity4j" rev="1.1.0" />
Leiningen
[net.sf.sanity4j/sanity4j "1.1.0"]
Apache Buildr
'net.sf.sanity4j:sanity4j:jar:1.1.0'