| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.typelevel |
| ArtifactId | ArtifactIdjunit |
| Last Version | Last Version2.11.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit
junit
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationorg.typelevel |
| Filename | Size |
|---|---|
| junit-2.11.7.pom | |
| junit-2.11.7.jar | 1 MB |
| junit-2.11.7-sources.jar | 119 KB |
| junit-2.11.7-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.typelevel/junit/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>junit</artifactId>
<version>2.11.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/junit/
implementation 'org.typelevel:junit:2.11.7'
// https://jarcasting.com/artifacts/org.typelevel/junit/
implementation ("org.typelevel:junit:2.11.7")
'org.typelevel:junit:jar:2.11.7'
<dependency org="org.typelevel" name="junit" rev="2.11.7">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='junit', version='2.11.7')
)
libraryDependencies += "org.typelevel" % "junit" % "2.11.7"
[org.typelevel/junit "2.11.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.typelevel : scala-library | jar | 2.11.7 |
| org.typelevel : scala-reflect | jar | 2.11.7 |
| org.typelevel : scala-compiler | jar | 2.11.7 |
| org.typelevel : partest-extras | jar | 2.11.7 |
| org.typelevel : scaladoc | jar | 2.11.7 |
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.novocode : junit-interface | jar | 0.11 |