Download xradar-1.1-beta.jar file - Jar x

Jar examples for x:xradar

Description

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 plans to produce plug ins for other leading languages.

You can download jar file xradar 1.1-beta in this page.

License

BSD style license

Build File

You can use the following script to add xradar-1.1-beta.jar to your project.

<dependency>
   <groupId>net.sf.xradar</groupId>
   <artifactId>xradar</artifactId>
   <version>1.1-beta</version>
</dependency>
compile group: 'net.sf.xradar', name: 'xradar', version: '1.1-beta'
libraryDependencies += "net.sf.xradar" % "xradar" % "1.1-beta"
<dependency org="net.sf.xradar" name="xradar" rev="1.1-beta"/>
@Grapes(@Grab(group='net.sf.xradar', module='xradar', version='1.1-beta'))
'net.sf.xradar:xradar:jar:1.1-beta'

Download

Click the following link to download the jar file.

xradar-1.1-beta.jar
xradar-1.1-beta.pom



Related Tutorials