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