junit-interface

An implementation of sbt's test interface for JUnit 4

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.sbt
ArtifactId

ArtifactId

junit-interface
Last Version

Last Version

0.13.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://github.com/sbt/junit-interface/
Project Organization

Project Organization

com.github.sbt
Source Code Management

Source Code Management

https://github.com/sbt/junit-interface

Download junit-interface

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sbt/junit-interface/ -->
<dependency>
    <groupId>com.github.sbt</groupId>
    <artifactId>junit-interface</artifactId>
    <version>0.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sbt/junit-interface/
implementation 'com.github.sbt:junit-interface:0.13.3'
// https://jarcasting.com/artifacts/com.github.sbt/junit-interface/
implementation ("com.github.sbt:junit-interface:0.13.3")
'com.github.sbt:junit-interface:jar:0.13.3'
<dependency org="com.github.sbt" name="junit-interface" rev="0.13.3">
  <artifact name="junit-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sbt', module='junit-interface', version='0.13.3')
)
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3"
[com.github.sbt/junit-interface "0.13.3"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.scala-sbt : test-interface jar 1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.13.3
0.13.2
0.13.1
0.13
0.12
0.12-RC1