Requires Node.js 4+ and the Alfred Powerpack.
-
npm install
npm install -g alfred-mvns
-
download workflow
In Alfred, type mvn
, and your query, to search for java libraries at maven central repository.
Select a item and press enter to copy maven dependency
to clipboard.
Hold alt and press enter to copy gradle dependency
to clipboard.
press enter get:
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>jackson</artifactId>
<version>0.9.1</version>
</dependency>
Hold alt and press enter get:
compile 'org.nd4j:jackson:0.9.1'
- alfy - Create Alfred workflows with ease
MIT ©