| License |
License |
|---|---|
| GroupId | GroupIdguru.nidi |
| ArtifactId | ArtifactIdjdepend |
| Version | Version2.9.5 |
| Type | Typejar |
| Description |
Descriptionjdepend
A fork to the jdepend project which applies bugfixes.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdepend-2.9.5.pom | |
| jdepend-2.9.5.jar | 70 KB |
| jdepend-2.9.5-sources.jar | 35 KB |
| jdepend-2.9.5-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/guru.nidi/jdepend/ -->
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>jdepend</artifactId>
<version>2.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi/jdepend/
implementation 'guru.nidi:jdepend:2.9.5'
// https://jarcasting.com/artifacts/guru.nidi/jdepend/
implementation ("guru.nidi:jdepend:2.9.5")
'guru.nidi:jdepend:jar:2.9.5'
<dependency org="guru.nidi" name="jdepend" rev="2.9.5">
<artifact name="jdepend" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.nidi', module='jdepend', version='2.9.5')
)
libraryDependencies += "guru.nidi" % "jdepend" % "2.9.5"
[guru.nidi/jdepend "2.9.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core Optional | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |