is not current version
Last Version 2.9.5

guru.nidi:jdepend 2.9.2

A fork to the jdepend project which applies bugfixes.

GroupId

GroupId

guru.nidi
ArtifactId

ArtifactId

jdepend
Version

Version

2.9.2
Type

Type

jar

Download jdepend 2.9.2


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