не последняя версия
Последняя версия 3.0.0-M7

org.apache.maven.surefire:common-junit4 2.22.1

Shared JUnit4 Provider Code

Категории

Категории

Maven Компиляция и сборка JUnit Тестирование компонентов
Группа

Группа

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

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

common-junit4
Версия

Версия

2.22.1
Тип

Тип

jar

Скачать common-junit4 2.22.1


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