MVN

com.github.sbt : junit-interface

Maven & Gradle

Dec 29, 2021
191 usages
133 stars

junit-interface · An implementation of sbt's test interface for JUnit 4

<dependency>
    <groupId>com.github.sbt</groupId>
    <artifactId>junit-interface</artifactId>
    <version>0.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sbt : junit-interface to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.3
  • Latest Release Candidate: 0.12-RC1

All Versions

Choose a version of com.github.sbt : junit-interface to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
junit-interface-0.13.3
junit-interface-0.13.2
junit-interface-0.13.1
0.13
junit-interface-0.13
0.12
junit-interface-0.12
junit-interface-0.12-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.sbt</groupId>
    <artifactId>junit-interface</artifactId>
    <version>0.13.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sbt : junit-interface gradle dependency to your build.gradle file:

implementation 'com.github.sbt:junit-interface:0.13.3'

Gradle Kotlin DSL: Add the following com.github.sbt : junit-interface gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sbt:junit-interface:0.13.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3"

Advertisement

Dependencies from Group

Dec 29, 2021
191 usages
133 stars
Feb 25, 2023
3 usages
126 stars
Feb 25, 2023
2 usages
126 stars
Feb 25, 2023
2 usages
126 stars
Dec 06, 2022
1 usages
144 stars

Discover Dependencies