| Категории |
КатегорииJUnit Тестирование компонентов CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.tycho |
| Идентификатор | Идентификаторorg.eclipse.tycho.surefire.junit4 |
| Версия | Версия1.7.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit4/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.tycho.surefire.junit4</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit4/
implementation 'org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:1.7.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit4/
implementation ("org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:1.7.0")
'org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:1.7.0'
<dependency org="org.eclipse.tycho" name="org.eclipse.tycho.surefire.junit4" rev="1.7.0">
<artifact name="org.eclipse.tycho.surefire.junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='org.eclipse.tycho.surefire.junit4', version='1.7.0')
)
libraryDependencies += "org.eclipse.tycho" % "org.eclipse.tycho.surefire.junit4" % "1.7.0"
[org.eclipse.tycho/org.eclipse.tycho.surefire.junit4 "1.7.0"]