find_dependents
Find Maven artifacts that depend on a specified artifact by group ID and artifact ID. Specify a version to narrow results.
Instructions
Find artifacts that depend on a specific artifact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Maximum results to return | |
| version | No | Specific version to search for (optional) | |
| group_id | Yes | Target group ID | |
| artifact_id | Yes | Target artifact ID | |
| items_per_page | No | Items per page |