| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.tycho |
| Идентификатор | Идентификаторorg.eclipse.tycho.surefire.junit47 |
| Версия | Версия2.7.2 |
| Тип | Типjar |
| Описание |
ОписаниеTycho Surefire OSGi JUnit 4.7 Runner
Tycho integrates Maven with Eclipse and OSGi
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit47/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.tycho.surefire.junit47</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit47/
implementation 'org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:2.7.2'
// https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit47/
implementation ("org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:2.7.2")
'org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.2'
<dependency org="org.eclipse.tycho" name="org.eclipse.tycho.surefire.junit47" rev="2.7.2">
<artifact name="org.eclipse.tycho.surefire.junit47" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='org.eclipse.tycho.surefire.junit47', version='2.7.2')
)
libraryDependencies += "org.eclipse.tycho" % "org.eclipse.tycho.surefire.junit47" % "2.7.2"
[org.eclipse.tycho/org.eclipse.tycho.surefire.junit47 "2.7.2"]