c

cactus-graph

API for generating dependency graphs from Maven projects.
Files download
File Operation
cactus-graph-1.5.48.jar download
cactus-graph-1.5.48.pom download
cactus-graph-1.5.48-sources.jar download
Apache Maven
<dependency>
  <groupId>com.telenav.cactus</groupId>
  <artifactId>cactus-graph</artifactId>
  <version>1.5.48</version>
</dependency>
Gradle Groovy
implementation 'com.telenav.cactus:cactus-graph:1.5.48'
Gradle Kotlin
implementation("com.telenav.cactus:cactus-graph:1.5.48")
Scala SBT
libraryDependencies += "com.telenav.cactus" % "cactus-graph" % "1.5.48"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.cactus', module='cactus-graph', version='1.5.48')
)
Apache Ivy
<dependency org="com.telenav.cactus" name="cactus-graph" rev="1.5.48" />
Leiningen
[com.telenav.cactus/cactus-graph "1.5.48"]
Apache Buildr
'com.telenav.cactus:cactus-graph:jar:1.5.48'