JSPM

arvis-mvns

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q21202F
    • License MIT

    arvis 3 workflow to search for java libraries at central repo

    Package Exports

    • arvis-mvns

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arvis-mvns) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    arvis-mvns

    NPM

    Install

    • npm install npm install -g arvis-mvns

    Usage

    In arvis, 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.

    Demo

    mvn.png

    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'

    License

    MIT ©

    🔗 This workflow is converted from alfred-workflow.

    • Note that there might be some code change or different actions from the original workflow.

    • Marked original workflow's creator to author.