Categories |
CategoriesSubversion Development Tools Version Controls Net |
---|---|
GroupId | GroupIdnet.sf.statsvn |
ArtifactId | ArtifactIdstatsvn |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstatsvn
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
statsvn-0.2.0.pom | |
statsvn-0.2.0.jar | 69 KB |
statsvn-0.2.0-sources.jar | 62 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |