/download-jars-from-maven

A node web app that can download jars from maven repos.

Primary LanguageJavaScript

download-jars-from-maven

A node web app that can download jars from maven repos.

Dependencies

JRE, Maven and Node.js are needed.

Run

  • First start the server
node index
  • Open the page in the browser http://localhost

  • Write down the coordinates of the jars. Multiple coordinates can be separated using semicolon.

    junit:junit:4.11;junit:junit:4.10