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

org.apache.maven.surefire:common-junit3 2.15


Категории

Категории

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

Группа

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

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

common-junit3
Версия

Версия

2.15
Тип

Тип

jar

Скачать common-junit3 2.15


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