## Feature Description It is convenient for developers to manage dependencies uniformly through BOM, especially in scenarios with dependency conflicts in complex projects. ## Use Case example ```xml <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-bom</artifactId> <version>${swagger-openapiv3.version}</version> <type>pom</type> <scope>import</scope> </dependency> ```