| GroupId | GroupIdjdepend |
|---|---|
| ArtifactId | ArtifactIdjdepend |
| Last Version | Last Version2.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jdepend-2.9.1.pom | |
| jdepend-2.9.1.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jdepend/jdepend/ -->
<dependency>
<groupId>jdepend</groupId>
<artifactId>jdepend</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/jdepend/jdepend/
implementation 'jdepend:jdepend:2.9.1'
// https://jarcasting.com/artifacts/jdepend/jdepend/
implementation ("jdepend:jdepend:2.9.1")
'jdepend:jdepend:jar:2.9.1'
<dependency org="jdepend" name="jdepend" rev="2.9.1">
<artifact name="jdepend" type="jar" />
</dependency>
@Grapes(
@Grab(group='jdepend', module='jdepend', version='2.9.1')
)
libraryDependencies += "jdepend" % "jdepend" % "2.9.1"
[jdepend "2.9.1"]