list_artifacts
List Maven artifacts in the local repository, filtering by group ID, artifact ID, or version. Find available dependencies and inspect repository contents with pagination.
Instructions
List all Maven artifacts in the local repository with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Maximum number of artifacts to return | |
| version | No | Filter by version (e.g., '5.3.21') | |
| group_id | No | Filter by group ID (e.g., 'org.springframework') | |
| artifact_id | No | Filter by artifact ID (e.g., 'spring-core') | |
| items_per_page | No | Items per page |