| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаorg.apache.maven.surefire |
| Идентификатор | Идентификаторsurefire-root |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSureFire Parent
Surefire is a test framework project.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| surefire-root-1.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-root/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-root</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-root/
implementation 'org.apache.maven.surefire:surefire-root:1.1'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-root/
implementation ("org.apache.maven.surefire:surefire-root:1.1")
'org.apache.maven.surefire:surefire-root:pom:1.1'
<dependency org="org.apache.maven.surefire" name="surefire-root" rev="1.1">
<artifact name="surefire-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-root', version='1.1')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-root" % "1.1"
[org.apache.maven.surefire/surefire-root "1.1"]