не последняя версия
Последняя версия 4.11

junit:junit-dep 4.4

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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

junit
Идентификатор

Идентификатор

junit-dep
Версия

Версия

4.4
Тип

Тип

jar

Скачать junit-dep 4.4

Имя Файла Размер
junit-dep-4.4.pom
junit-dep-4.4.jar 139 KB
Обзор

<!-- https://jarcasting.com/artifacts/junit/junit-dep/ -->
<dependency>
    <groupId>junit</groupId>
    <artifactId>junit-dep</artifactId>
    <version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/junit/junit-dep/
implementation 'junit:junit-dep:4.4'
// https://jarcasting.com/artifacts/junit/junit-dep/
implementation ("junit:junit-dep:4.4")
'junit:junit-dep:jar:4.4'
<dependency org="junit" name="junit-dep" rev="4.4">
  <artifact name="junit-dep" type="jar" />
</dependency>
@Grapes(
@Grab(group='junit', module='junit-dep', version='4.4')
)
libraryDependencies += "junit" % "junit-dep" % "4.4"
[junit/junit-dep "4.4"]