GroupId | GroupIdguru.nidi |
---|---|
ArtifactId | ArtifactIdjdepend |
Version | Version2.9.3 |
Type | Typejar |
Filename | Size |
---|---|
jdepend-2.9.3.pom | |
jdepend-2.9.3.jar | 70 KB |
jdepend-2.9.3-sources.jar | 35 KB |
jdepend-2.9.3-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/guru.nidi/jdepend/ -->
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>jdepend</artifactId>
<version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi/jdepend/
implementation 'guru.nidi:jdepend:2.9.3'
// https://jarcasting.com/artifacts/guru.nidi/jdepend/
implementation ("guru.nidi:jdepend:2.9.3")
'guru.nidi:jdepend:jar:2.9.3'
<dependency org="guru.nidi" name="jdepend" rev="2.9.3">
<artifact name="jdepend" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.nidi', module='jdepend', version='2.9.3')
)
libraryDependencies += "guru.nidi" % "jdepend" % "2.9.3"
[guru.nidi/jdepend "2.9.3"]