| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.googlecode.refit |
| Идентификатор | Идентификаторrefit-junit |
| Последняя версия | Последняя версия1.8.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеreFit JUnit Support
Framework for Integrated Testing Reworked
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refit-junit-1.8.0.pom | |
| refit-junit-1.8.0.jar | 6 KB |
| refit-junit-1.8.0-sources.jar | 5 KB |
| refit-junit-1.8.0-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.refit/refit-junit/ -->
<dependency>
<groupId>com.googlecode.refit</groupId>
<artifactId>refit-junit</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-junit/
implementation 'com.googlecode.refit:refit-junit:1.8.0'
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-junit/
implementation ("com.googlecode.refit:refit-junit:1.8.0")
'com.googlecode.refit:refit-junit:jar:1.8.0'
<dependency org="com.googlecode.refit" name="refit-junit" rev="1.8.0">
<artifact name="refit-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.refit', module='refit-junit', version='1.8.0')
)
libraryDependencies += "com.googlecode.refit" % "refit-junit" % "1.8.0"
[com.googlecode.refit/refit-junit "1.8.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.googlecode.refit : refit | jar | 1.8.0 |
| com.googlecode.refit : refit-runner | jar | 1.8.0 |
| org.apache.ant : ant | jar | 1.8.4 |
| junit : junit | jar | 4.11 |