mcp-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp-bom</artifactId> <version>0.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp-bom</artifactId> <version>0.9.0</version> <packaging>pom</packaging> <name>Java SDK MCP BOM</name> <description>Java SDK MCP Bill of Materials</description> <url>https://github.com/modelcontextprotocol/java-sdk</url> <organization> <name>Anthropic</name> <url>https://www.anthropic.com</url> </organization> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>Christian Tzolov</name> </developer> <developer> <name>Dariusz Jędrzejczyk</name> </developer> </developers> <scm> <connection>git://github.com/modelcontextprotocol/java-sdk.git</connection> <developerConnection>git@github.com/modelcontextprotocol/java-sdk.git</developerConnection> <url>https://github.com/modelcontextprotocol/java-sdk</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp-test</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp-spring-webflux</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp-spring-webmvc</artifactId> <version>${project.version}</version> </dependency> </dependencies> </dependencyManagement> </project>