j

jdepend

A fork to the jdepend project which applies bugfixes.
https://github.com/nidi3/jdepend
文件下载
文件名 操作
jdepend-2.9.2.jar 下载
jdepend-2.9.2.pom 下载
jdepend-2.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>guru.nidi</groupId>
  <artifactId>jdepend</artifactId>
  <version>2.9.2</version>
</dependency>
Gradle Groovy
implementation 'guru.nidi:jdepend:2.9.2'
Gradle Kotlin
implementation("guru.nidi:jdepend:2.9.2")
Scala SBT
libraryDependencies += "guru.nidi" % "jdepend" % "2.9.2"
Groovy Grape
@Grapes(
  @Grab(group='guru.nidi', module='jdepend', version='2.9.2')
)
Apache Ivy
<dependency org="guru.nidi" name="jdepend" rev="2.9.2" />
Leiningen
[guru.nidi/jdepend "2.9.2"]
Apache Buildr
'guru.nidi:jdepend:jar:2.9.2'