Maven 搜索
根据组名、制品名、描述、类名搜索仓库。

语法及示例

regexp搜索包、类名匹配的
exception
"exact string"搜索精确字符串
description:"spring framework"
type:project|class|java仅搜索项目/类/Java 文件
type:project spring
type:project description:"spring framework"
type:class StringUtils
type:java fault
(type:project OR type:java) AND spring AND version:2.0.5
group:regexp仅搜索组名与 regexp 匹配的
group:org.springframework
artifact:regexp仅搜索制品名与 regexp 匹配的
artifact:spring-web
version:regexp仅搜索版本与 regexp 匹配的
type:project AND version:2.0
version:2.*
spring version:2.0.6
description:regexp仅搜索项目描述与 regexp 匹配的
description:"Spring Framework"
class:regexp仅搜索包、类名与 regexp 匹配的
class:StringUtils class:CallableStatement*
content:regexp仅搜索内容与 regexp 匹配的
content:blogger