не последняя версия
Последняя версия 1.1.2

net.sf.xradar:xradar 1.1-beta

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.

Категории

Категории

Сеть
Группа

Группа

net.sf.xradar
Идентификатор

Идентификатор

xradar
Версия

Версия

1.1-beta
Тип

Тип

jar

Скачать xradar 1.1-beta

Имя Файла Размер
xradar-1.1-beta.pom
xradar-1.1-beta.jar 435 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.sf.xradar/xradar/ -->
<dependency>
    <groupId>net.sf.xradar</groupId>
    <artifactId>xradar</artifactId>
    <version>1.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xradar/xradar/
implementation 'net.sf.xradar:xradar:1.1-beta'
// https://jarcasting.com/artifacts/net.sf.xradar/xradar/
implementation ("net.sf.xradar:xradar:1.1-beta")
'net.sf.xradar:xradar:jar:1.1-beta'
<dependency org="net.sf.xradar" name="xradar" rev="1.1-beta">
  <artifact name="xradar" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xradar', module='xradar', version='1.1-beta')
)
libraryDependencies += "net.sf.xradar" % "xradar" % "1.1-beta"
[net.sf.xradar/xradar "1.1-beta"]