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