Jar examples for j:jdepend
A Hudson plugin that uses JDepend to generate metrics.
You can download jar file jdepend 2.9.1 in this page.
BSD
You can use the following script to add jdepend-2.9.1.jar to your project.
<dependency> <groupId>jdepend</groupId> <artifactId>jdepend</artifactId> <version>2.9.1</version> </dependency>
compile group: 'jdepend', name: 'jdepend', version: '2.9.1'
libraryDependencies += "jdepend" % "jdepend" % "2.9.1"
<dependency org="jdepend" name="jdepend" rev="2.9.1"/>
@Grapes(@Grab(group='jdepend', module='jdepend', version='2.9.1'))
'jdepend:jdepend:jar:2.9.1'
Click the following link to download the jar file.
jdepend-2.9.1.jar