MVN

net.sf.xradar : xradar

Maven & Gradle

Feb 05, 2010
2 usages

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.

<dependency>
    <groupId>net.sf.xradar</groupId>
    <artifactId>xradar</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.xradar : xradar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2
  • Latest Beta: 1.1-beta

All Versions

Choose a version of net.sf.xradar : xradar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
xradar-1.1.2
1.1
xradar-1.1
xradar-1.1-beta
1.0
xradar-1.0

How to add a dependency to Maven

Add the following net.sf.xradar : xradar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.xradar</groupId>
    <artifactId>xradar</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.xradar : xradar gradle dependency to your build.gradle file:

implementation 'net.sf.xradar:xradar:1.1.2'

Gradle Kotlin DSL: Add the following net.sf.xradar : xradar gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.xradar:xradar:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.xradar : xradar sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.xradar" % "xradar" % "1.1.2"

Advertisement