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

org.apache.tuweni:junit 1.2.0

Utilities for better junit testing.

Категории

Категории

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

Группа

org.apache.tuweni
Идентификатор

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

junit
Версия

Версия

1.2.0
Тип

Тип

pom

Скачать junit 1.2.0

Имя Файла Размер
junit-1.2.0.pom
junit-1.2.0-sources.jar 19 KB
Обзор

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