| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаjunit |
| Идентификатор | Идентификаторjunit-dep |
| Последняя версия | Последняя версия4.11 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJUnit
JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
It is used by the developer who implements unit tests in Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| junit-dep-4.11.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/junit/junit-dep/ -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/junit/junit-dep/
implementation 'junit:junit-dep:4.11'
// https://jarcasting.com/artifacts/junit/junit-dep/
implementation ("junit:junit-dep:4.11")
'junit:junit-dep:pom:4.11'
<dependency org="junit" name="junit-dep" rev="4.11">
<artifact name="junit-dep" type="pom" />
</dependency>
@Grapes(
@Grab(group='junit', module='junit-dep', version='4.11')
)
libraryDependencies += "junit" % "junit-dep" % "4.11"
[junit/junit-dep "4.11"]