Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erosb/mvn-search
command-line interface for the haters of the search.maven.org UI
https://github.com/erosb/mvn-search
cli java maven
Last synced: 3 months ago
JSON representation
command-line interface for the haters of the search.maven.org UI
- Host: GitHub
- URL: https://github.com/erosb/mvn-search
- Owner: erosb
- Created: 2020-01-05T15:38:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T18:45:55.000Z (over 2 years ago)
- Last Synced: 2024-10-18T10:07:49.433Z (3 months ago)
- Topics: cli, java, maven
- Language: JavaScript
- Size: 1.35 MB
- Stars: 96
- Watchers: 8
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `mvn-search` - command-line tool for searching maven central
This is a utility for developers who prefer searching maven dependencies in the command line instead of the web UI of
search.maven.org![Searching demo](output.gif "Searching demo")
## Installation
Prerequisite: node `10.9.0` or newer should be installed.
```bash
npm install -g @erosb/mvn-search
```## Usage: `mvn-search `
This will list the found artifacts with their latest version numbers. After selecting the coordinates the tool displays
the maven `` tag to be pasted into the `pom.xml`.### Examples:
* `mvn-search hibernate-validator`
* `mvn-search g:org.slf4j`