Maven Dependencies icon

Maven Dependencies

CreatedBigsy

Verifies Maven dependency versions and retrieves the latest versions from the Maven Central Repository.

About

This tool functions as an MCP (Model Context Protocol) server, providing Large Language Models with the capability to check Maven dependency versions and retrieve the latest versions from the Maven Central Repository. It supports full Maven coordinates including packaging and classifier, and is compatible with multiple build tool formats such as Maven, Gradle, SBT, and Mill. It offers tools to get the latest version of a dependency, verify if a dependency exists, and check if a specific version exists.

Key Features

  • Queries the latest version of any Maven dependency
  • Verifies if a Maven dependency exists
  • Checks if a specific version of a dependency exists
  • Supports full Maven coordinates including packaging and classifier
  • Provides real-time access to Maven Central Repository data

Use Cases

  • Automated dependency version checks in CI/CD pipelines
  • Integration with LLMs for build file validation
  • Retrieving the latest dependency version during development