Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JUnit JAR DownloaderNew to Visual Studio Code? Get it now.
JUnit JAR Downloader

JUnit JAR Downloader

Raj Kundu

|
31,732 installs
| (0) | Free
Downloads JUnit JAR files to current project for easy use with Debugger for Java extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JUnit JAR Downloader

This extension simply downloads the JUnit JAR files necessary for simple unit testing.
The release versions of the following repositories are downloaded:

  • JUnit 5
  • OpenTest4J
  • JUnit Platform Console Standalone

This project employs code from the File Download extension for VS Code by Dario Fuzinato. Much thanks to him for his magnificent file-downloading code.

Features

  • Users can choose the destination directory for the JAR files (default = workspace/lib)

Requirements

  • Test Runner for Java extension for VS Code by Microsoft

Extension Settings

This extension contributes the following settings:

  • junit-jar-downloader.defaultDestDir: sets default destination directory for JUnit JAR Folders (otherwise defaults to workspace/lib)

Known Issues

  • None yet...

Release Notes

1.3.0

  • Upon second thought, emptying the destination directory could be a terrible idea. Reverted v1.2.0 changes & made minor improvements.

1.2.0

  • Now empties destination directory before downloading JAR files to prevent potential version conflicts

1.1.1

  • Fixed markdown syntax error in README.md

1.1.0

  • Added keybindings for initiating download: Ctrl+Alt+J (Windows) or Cmd+Option+J (Mac)

1.0.3

  • Fixed ability to configure default destination directory in prompt (starts as lib)

1.0.2

  • Added attribution to Dario Fuzinato

1.0.1

  • Fixed dependency: Test Runner for Java rather than Debugger for Java

1.0.0

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft