| Категории |
КатегорииMaven Компиляция и сборка JUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.apache.maven.surefire |
| Идентификатор | Идентификаторcommon-junit4 |
| Версия | Версия2.19.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-junit4-2.19.1.pom | |
| common-junit4-2.19.1.jar | 25 KB |
| common-junit4-2.19.1-sources.jar | 20 KB |
| common-junit4-2.19.1-javadoc.jar | 95 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit4/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>common-junit4</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit4/
implementation 'org.apache.maven.surefire:common-junit4:2.19.1'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit4/
implementation ("org.apache.maven.surefire:common-junit4:2.19.1")
'org.apache.maven.surefire:common-junit4:jar:2.19.1'
<dependency org="org.apache.maven.surefire" name="common-junit4" rev="2.19.1">
<artifact name="common-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='common-junit4', version='2.19.1')
)
libraryDependencies += "org.apache.maven.surefire" % "common-junit4" % "2.19.1"
[org.apache.maven.surefire/common-junit4 "2.19.1"]