MVN

com.geirsson : junit-interface

Maven & Gradle

Feb 15, 2020
8 usages
0 stars

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

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>junit-interface</artifactId>
    <version>0.11.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.11

All Versions

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

Version Vulnerabilities Updated
0.11.x
junit-interface-0.11.11
junit-interface-0.11.10
junit-interface-0.11.9
junit-interface-0.11.8
junit-interface-0.11.7
junit-interface-0.11.6
junit-interface-0.11.5
junit-interface-0.11.4
junit-interface-0.11.3
junit-interface-0.11.2
junit-interface-0.11.1-scalatest
junit-interface-0.11.0-scalatest
0.9.x
junit-interface-0.9.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>junit-interface</artifactId>
    <version>0.11.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.geirsson:junit-interface:0.11.11'

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

implementation("com.geirsson:junit-interface:0.11.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.geirsson" % "junit-interface" % "0.11.11"

Advertisement