| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.novocode |
| ArtifactId | ArtifactIdjunit-interface |
| Last Version | Last Version0.11 |
| 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 |
| Filename | Size |
|---|---|
| junit-interface-0.11.pom | |
| junit-interface-0.11.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.novocode/junit-interface/ -->
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.novocode/junit-interface/
implementation 'com.novocode:junit-interface:0.11'
// https://jarcasting.com/artifacts/com.novocode/junit-interface/
implementation ("com.novocode:junit-interface:0.11")
'com.novocode:junit-interface:jar:0.11'
<dependency org="com.novocode" name="junit-interface" rev="0.11">
<artifact name="junit-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.novocode', module='junit-interface', version='0.11')
)
libraryDependencies += "com.novocode" % "junit-interface" % "0.11"
[com.novocode/junit-interface "0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.scala-sbt : test-interface | jar | 1.0 |