| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.codelamb |
| Идентификатор | Идентификаторsweet-junit-runner |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSweet Junit Runner
Java library to speed up the execution and simplify the maintenance of integration tests.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.codelamb/sweet-junit-runner/ -->
<dependency>
<groupId>org.codelamb</groupId>
<artifactId>sweet-junit-runner</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelamb/sweet-junit-runner/
implementation 'org.codelamb:sweet-junit-runner:1.0.0'
// https://jarcasting.com/artifacts/org.codelamb/sweet-junit-runner/
implementation ("org.codelamb:sweet-junit-runner:1.0.0")
'org.codelamb:sweet-junit-runner:jar:1.0.0'
<dependency org="org.codelamb" name="sweet-junit-runner" rev="1.0.0">
<artifact name="sweet-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelamb', module='sweet-junit-runner', version='1.0.0')
)
libraryDependencies += "org.codelamb" % "sweet-junit-runner" % "1.0.0"
[org.codelamb/sweet-junit-runner "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.reflections : reflections | jar | 0.9.11 |