All Projects → erosb → Mvn Search

erosb / Mvn Search

command-line interface for the haters of the search.maven.org UI

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Mvn Search

Insider
Static Application Security Testing (SAST) engine focused on covering the OWASP Top 10, to make source code analysis to find vulnerabilities right in the source code, focused on a agile and easy to implement software inside your DevOps pipeline. Support the following technologies: Java (Maven and Android), Kotlin (Android), Swift (iOS), .NET Full Framework, C#, and Javascript (Node.js).
Stars: ✭ 216 (+173.42%)
Mutual labels:  cli, maven
Java Comment Preprocessor
The Most Powerful Multi-Pass Java Preprocessor
Stars: ✭ 111 (+40.51%)
Mutual labels:  cli, maven
Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (-3.8%)
Mutual labels:  cli
Ppx deriving cmdliner
Ppx_deriving plugin for generating command line interfaces from types (Cmdliner.Term.t)
Stars: ✭ 78 (-1.27%)
Mutual labels:  cli
Vsblog
☕🖖 一个采用vue及springboot开发的超简洁的个人博客系统,相信我它定会让你眼前一亮~
Stars: ✭ 78 (-1.27%)
Mutual labels:  maven
Emma Cli
📦 Terminal assistant to find and install node packages.
Stars: ✭ 1,201 (+1420.25%)
Mutual labels:  cli
Pilgo
Configuration-based dotfiles manager
Stars: ✭ 78 (-1.27%)
Mutual labels:  cli
Bcbc
💳 China UnionPay Bank Card BIN Checker
Stars: ✭ 76 (-3.8%)
Mutual labels:  cli
Angular2andjavaee
This project should provide a starting point for people interested in using Angular 10 with Ivy in a Java EE environment.
Stars: ✭ 78 (-1.27%)
Mutual labels:  maven
Sparrow
Sparrow - script distribution platform for Linux OS
Stars: ✭ 77 (-2.53%)
Mutual labels:  cli
Xa
Beautiful & Customizable logger ❤️
Stars: ✭ 78 (-1.27%)
Mutual labels:  cli
Json2go
Create go type representation from json
Stars: ✭ 76 (-3.8%)
Mutual labels:  cli
Kit
Tools for developing, documenting, and testing React component libraries
Stars: ✭ 1,201 (+1420.25%)
Mutual labels:  cli
Taskline
Tasks, boards & notes for the command-line habitat
Stars: ✭ 78 (-1.27%)
Mutual labels:  cli
Totp Cli
A cli-based pass-backed TOTP app
Stars: ✭ 76 (-3.8%)
Mutual labels:  cli
Cra Generate
Scaffold a React component.
Stars: ✭ 78 (-1.27%)
Mutual labels:  cli
Pidtree
🚸 Cross platform children list of a PID.
Stars: ✭ 76 (-3.8%)
Mutual labels:  cli
Batchit
simple jobs submission via command-line for AWS batch
Stars: ✭ 77 (-2.53%)
Mutual labels:  cli
Emus
Start the Android Emulator and the iOS Simulator from the command line
Stars: ✭ 78 (-1.27%)
Mutual labels:  cli
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (+1437.97%)
Mutual labels:  cli

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

Installation

Prerequisite: node 10.9.0 or newer should be installed.

npm install -g @erosb/mvn-search

Usage: mvn-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:

  • mvn-search hibernate-validator
  • mvn-search g:org.slf4j
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].