| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаorg.apache.maven.surefire |
| Идентификатор | Идентификаторsurefire-integration-tests |
| Версия | Версия2.7.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-integration-tests/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-integration-tests</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-integration-tests/
implementation 'org.apache.maven.surefire:surefire-integration-tests:2.7.1'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-integration-tests/
implementation ("org.apache.maven.surefire:surefire-integration-tests:2.7.1")
'org.apache.maven.surefire:surefire-integration-tests:jar:2.7.1'
<dependency org="org.apache.maven.surefire" name="surefire-integration-tests" rev="2.7.1">
<artifact name="surefire-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-integration-tests', version='2.7.1')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-integration-tests" % "2.7.1"
[org.apache.maven.surefire/surefire-integration-tests "2.7.1"]