Download jdepend-2.9.4.jar file - Jar j

Jar examples for j:jdepend

Description

A Hudson plugin that uses JDepend to generate metrics.

You can download jar file jdepend 2.9.4 in this page.

License

BSD

Build File

You can use the following script to add jdepend-2.9.4.jar to your project.

<dependency>
   <groupId>guru.nidi</groupId>
   <artifactId>jdepend</artifactId>
   <version>2.9.4</version>
</dependency>
compile group: 'guru.nidi', name: 'jdepend', version: '2.9.4'
libraryDependencies += "guru.nidi" % "jdepend" % "2.9.4"
<dependency org="guru.nidi" name="jdepend" rev="2.9.4"/>
@Grapes(@Grab(group='guru.nidi', module='jdepend', version='2.9.4'))
'guru.nidi:jdepend:jar:2.9.4'

Download

Click the following link to download the jar file.

jdepend-2.9.4-javadoc.jar
jdepend-2.9.4-sources.jar
jdepend-2.9.4.jar
jdepend-2.9.4.pom



Related Tutorials