| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.junitrunner |
| Идентификатор | Идентификаторjunitrunner-parent |
| Версия | Версия0.0.2 |
| Тип | Типpom |
| Описание |
ОписаниеJUnitRunner Parent project
The extension friendly JUnit Runner with support for plugins ann implementations of Plugins for some popular frameworks
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junitrunner-parent-0.0.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.junitrunner/junitrunner-parent/ -->
<dependency>
<groupId>com.github.junitrunner</groupId>
<artifactId>junitrunner-parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.junitrunner/junitrunner-parent/
implementation 'com.github.junitrunner:junitrunner-parent:0.0.2'
// https://jarcasting.com/artifacts/com.github.junitrunner/junitrunner-parent/
implementation ("com.github.junitrunner:junitrunner-parent:0.0.2")
'com.github.junitrunner:junitrunner-parent:pom:0.0.2'
<dependency org="com.github.junitrunner" name="junitrunner-parent" rev="0.0.2">
<artifact name="junitrunner-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.junitrunner', module='junitrunner-parent', version='0.0.2')
)
libraryDependencies += "com.github.junitrunner" % "junitrunner-parent" % "0.0.2"
[com.github.junitrunner/junitrunner-parent "0.0.2"]