MVN

com.nitorcreations : junit-runners

Maven & Gradle

Nov 04, 2014
16 usages

JUnit Runners · JUnit4 Test Runners

<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>junit-runners</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nitorcreations : junit-runners to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.nitorcreations : junit-runners to add to Maven or Gradle - All Versions:

  • Version Updated
  • junit-runners-1.3

    Nov 04, 2014
  • junit-runners-1.2

    Apr 13, 2014
  • junit-runners-1.1

    Jun 18, 2013
  • junit-runners-1.0

    Mar 28, 2013

How to add a dependency to Maven

Add the following com.nitorcreations : junit-runners maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>junit-runners</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nitorcreations : junit-runners gradle dependency to your build.gradle file:

implementation 'com.nitorcreations:junit-runners:1.3'

Gradle Kotlin DSL: Add the following com.nitorcreations : junit-runners gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nitorcreations:junit-runners:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nitorcreations : junit-runners sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nitorcreations" % "junit-runners" % "1.3"