| Категории |
КатегорииSubversion Инструменты разработки Контроль версий Сеть |
|---|---|
| Группа | Группаnet.sf.statsvn |
| Идентификатор | Идентификаторstatsvn |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstatsvn
StatSVN retrieves information from a Subversion repository and
generates various tables and charts describing the project
development, e.g. timeline for the lines of code, contribution
of each developer etc. The current version of StatSVN generates
a static suite of HTML documents containing tables and chart
images. StatSVN is open source software, released under the
terms of the LGPL, based on StatCVS.
StatSVN uses JFreeChart to generate charts.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| statsvn-0.2.0.pom | |
| statsvn-0.2.0.jar | 69 KB |
| statsvn-0.2.0-sources.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.statsvn/statsvn/ -->
<dependency>
<groupId>net.sf.statsvn</groupId>
<artifactId>statsvn</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.statsvn/statsvn/
implementation 'net.sf.statsvn:statsvn:0.2.0'
// https://jarcasting.com/artifacts/net.sf.statsvn/statsvn/
implementation ("net.sf.statsvn:statsvn:0.2.0")
'net.sf.statsvn:statsvn:jar:0.2.0'
<dependency org="net.sf.statsvn" name="statsvn" rev="0.2.0">
<artifact name="statsvn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.statsvn', module='statsvn', version='0.2.0')
)
libraryDependencies += "net.sf.statsvn" % "statsvn" % "0.2.0"
[net.sf.statsvn/statsvn "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.statcvs » statcvs | jar | 0.2.4 |
| jfree : jfreechart | jar | 1.0.2 |
| jfree : jcommon | jar | 1.0.5 |
| ant : ant | jar | 1.6 |
| jdom : jdom | jar | 0.7 |
| junit : junit | jar | 3.8.1 |