| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.typelevel |
| Идентификатор | Идентификаторjunit |
| Последняя версия | Последняя версия2.11.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjunit
junit
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикorg.typelevel |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.novocode : junit-interface | jar | 0.11 |