How To Install Java Artifact org.junit.junit4-runner v5.0.0-ALPHA

org.junit junit4-runner 5.0.0-ALPHA

Introduction

In this article, we'll learn how to install Java artifact junit4-runner from org.junit group in version 5.0.0-ALPHA. The artifact is available in 1 versions: 5.0.0-ALPHA . The org.junit:junit4-runner project has been released under Eclipse Public License v1.0 license, and has its own website at: http://junit.org/junit-lambda.html .

How To Install Java Artifact org.junit.junit4-runner In Version 5.0.0-ALPHA

To install the org.junit:junit4-runner artifact in version 5.0.0-ALPHA add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses org.junit:junit4-runner dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (2)

Licenses

Developers