search_maven_central
Search Maven Central online to find artifact coordinates, even for artifacts not installed locally. Discover which published jar contains a specific class by name.
Instructions
Search Maven Central (or the configured mirror) online for artifacts, including ones not installed locally. Use this to discover coordinates or find which published artifact contains a class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Maximum results to return (max 200) | |
| query | No | Free-text search term (e.g. 'jackson databind') | |
| group_id | No | Exact group ID filter (e.g. 'org.springframework') | |
| packaging | No | Packaging filter (e.g. 'jar', 'pom') | |
| class_name | No | Simple class name to find the containing artifact (e.g. 'ObjectMapper') | |
| artifact_id | No | Exact artifact ID filter (e.g. 'spring-core') | |
| all_versions | No | Return every published version instead of only the latest per artifact | |
| fully_qualified_class | No | Fully qualified class name (e.g. 'com.fasterxml.jackson.databind.ObjectMapper') |