Trace the API
Identify the symbol the source needs and the library version that introduced it.
Dependency Agent connects source-level API usage to Maven metadata, explains the incompatibility, and proposes the smallest defensible fix.
Live analysis
Loading fixture…
[ERROR] package org.slf4j.spi does not exist
[ERROR] cannot find symbol: class LoggingEventBuilder
Analysis in progress
Minimal proposed change
How it works
Identify the symbol the source needs and the library version that introduced it.
Read the dependency actually declared by Maven—without asking a model to guess.
Return the smallest relevant edit, alongside the evidence that justifies it.