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