# sbt/sbt-dependency-graph

sbt plugin to create a dependency graph for your project

Repository: https://github.com/sbt/sbt-dependency-graph
Canonical: https://ross.abutalabs.com/products/sbt-dependency-graph
Language: Scala
License: Apache-2.0
License Family: permissive
Topics: sbt-plugin, dependencies, build-tool, scala, sbt
Archived: true
Last push: 2021-04-02T21:00:54+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5405, "days_push": 1979, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1244, forks 110 (observed 2026-08-28T04:04:06.883338+00:00)

## What it is
An sbt plugin that visualizes a Scala project's dependency graph, offering ASCII trees, browser-based visualizations, and GraphML/Dot file exports. It is now deprecated because its functionality is built into sbt 1.4+ via addDependencyTreePlugin.

## Use cases
- show dependency tree for sbt project
- find out which module pulls in a transitive dependency
- export dependency graph to graphviz dot file
- view dependency licenses grouped by license
- browse dependency graph in browser
- check jar sizes of transitive dependencies

## When to choose
- you are stuck on sbt 0.13 or sbt 1.0-1.3 and need dependency graph features
- you need whatDependsOn reverse dependency analysis on older sbt versions

## When to avoid
- you use sbt 1.4 or newer - use the built-in addDependencyTreePlugin instead
- you need actively maintained tooling

## Facets
- artifact type: plugin
- maturity: maintenance
- function: developer-tools, dependency-audit, data-visualization
- domain: developer-tools, version-control
- platform: jvm, cli
- tags: sbt-plugin, scala, dependency-graph, build-tool, deprecated, build-tools

## Member repositories
- sbt/sbt-dependency-graph (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.883338+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:08:16.635173+00:00, confidence not recorded.
  - readme: https://github.com/sbt/sbt-dependency-graph (fetched 2026-08-28T04:04:06.883338+00:00, sha 3f63e8310b26)
- Data as of 2026-08-30T08:39:29.467469+00:00.
