| Категории |
КатегорииMaven Компиляция и сборка JUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.apache.maven.surefire |
| Идентификатор | Идентификаторcommon-junit4 |
| Версия | Версия2.22.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-junit4-2.22.1.pom | |
| common-junit4-2.22.1.jar | 27 KB |
| common-junit4-2.22.1-sources.jar | 23 KB |
| common-junit4-2.22.1-javadoc.jar | 87 KB |
| Обзор |
<!-- 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"]