Alfred3 workflow to search maven dependency
Use npm
$ npm install --global alfred-maven
Requires Node.js 4+ and the Alfred Powerpack.
or download alfredworkflow
file from releases
- More fast and more accurate.
- Group and version search.
- Copy dependency to clipboard.
- Open dependency in browser.
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>
- alfy made by Sindre Sorhus is licensed by MIT
MIT © ZQian