License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.sbt |
ArtifactId | ArtifactIdjunit-interface |
Last Version | Last Version0.13.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-interface
An implementation of sbt's test interface for JUnit 4
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-interface-0.13.3.pom | |
junit-interface-0.13.3.jar | 33 KB |
junit-interface-0.13.3-sources.jar | 15 KB |
junit-interface-0.13.3-javadoc.jar | 37 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.scala-sbt : test-interface | jar | 1.0 |