#maven #search #java

app maven_search_cmdline

用于在 Maven Central 中搜索并格式化 Maven/Gradle/Gradle.kts/Sbt/Ivy/Lein 的库

6 个版本

0.3.0 2023年10月3日
0.2.2 2022年2月11日
0.1.1 2021年10月21日

#2616命令行工具

每月 39 次下载

Apache-2.0 协议

21KB
310

maven_search_rs

用于在 https://search.maven.org 中搜索的命令行应用程序

用法

非交互式

$ maven-search -f maven wicket-core

上述命令将搜索具有 ID wicket-core 的最新 Maven 艺术品。示例输出

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>9.8.0</version>
</dependency>

帮助

$ maven-search -h

打印

maven-search [options] query

Search for Maven dependency

Positionals:
  query  The dependency you search for. E.g. "wicket-core" or "g:org.apache.wicket AND a:wicket-core"                [string]
         The syntax is the same as at https://search.maven.org/

Options:
  --version                 Show version number and exit
  --format, -f [string]     Define in which format to print dependency. (maven, gradle, gradlekts, lein, ivy, sbt). Default: "maven"
  --check-for-update, -u    Checks whether there is a new version of this tool available and exit
  --help, -h                Show this help and exit

交互式

$ maven-search

启动一个交互会话,用户需要输入查询并选择输出格式。

asciicast

依赖关系

~6–16MB
~219K SLoC