Skip to content

ZQiannnn/alfred-maven

Repository files navigation

alfred-maven

Alfred3 workflow to search maven dependency

Travis npm Github

Install

Use npm

$ npm install --global alfred-maven

Requires Node.js 4+ and the Alfred Powerpack.

or download alfredworkflow file from releases

Highlights

  • More fast and more accurate.
  • Group and version search.
  • Copy dependency to clipboard.
  • Open dependency in browser.

Usage

In Alfred, type mvn, Enter, and your query.

  • press to copy maven dependency.
  • press + to copy gradle dependency.
  • press + to open dependency in browser.

Search Mode (any label can be replaced by '*',such as: * spring 5) :

  • <artifactId>
  • <artifactId> <version>
  • <groupId> <artifactId> <version>

Modules

License

MIT © ZQian