Skip to content

rsrini7/jdeps-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdeps-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

Installation

Prerequisite: node 10.9.0 or newer should be installed.

npm install -g @rsrini/jdeps-search

Usage: jdeps-search <query-string>

This will list the found artifacts with their latest version numbers. After selecting the coordinates the tool displays the maven <dependency> tag to be pasted into the pom.xml.

Examples:

  • jdeps-search hibernate-validator
  • jdeps-search g:org.slf4j

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published