https://github.com/reflexdemon/gradle-search
CLI to search the Maven dependencies to show as Gradle dependency
https://github.com/reflexdemon/gradle-search
Last synced: 4 months ago
JSON representation
CLI to search the Maven dependencies to show as Gradle dependency
- Host: GitHub
- URL: https://github.com/reflexdemon/gradle-search
- Owner: reflexdemon
- Created: 2020-08-10T09:33:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T10:32:25.000Z (almost 6 years ago)
- Last Synced: 2025-10-19T02:35:24.965Z (8 months ago)
- Language: JavaScript
- Size: 3.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `gradle-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
## Installation
Prerequisite: node `10.9.0` or newer should be installed.
```bash
npm install -g @reflexdemon/gradle-search
```
## Usage: `gradle-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:
* `gradle-search hibernate-validator`
* `gradle-search g:org.slf4j`
