x

xradar

The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are to produce plug ins for other leading languages.
http://xradar.sourceforge.net/
BSD style license
Kristoffer Kvam Kjetiljd JD Romain Pelisse François Le Droff Andre Fleischer Nicolas Dordet
Files download
File Operation
xradar-1.1.2.jar download
xradar-1.1.2.pom download
xradar-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.xradar</groupId>
  <artifactId>xradar</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.xradar:xradar:1.1.2'
Gradle Kotlin
implementation("net.sf.xradar:xradar:1.1.2")
Scala SBT
libraryDependencies += "net.sf.xradar" % "xradar" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.xradar', module='xradar', version='1.1.2')
)
Apache Ivy
<dependency org="net.sf.xradar" name="xradar" rev="1.1.2" />
Leiningen
[net.sf.xradar/xradar "1.1.2"]
Apache Buildr
'net.sf.xradar:xradar:jar:1.1.2'