This project is inactive and archived (DO NOT DELETE, we might want to access old versions in the repository).
All the code was moved into the recheck project (https://github.com/retest/recheck).
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.retest |
| Идентификатор | Идентификаторretest-model |
| Последняя версия | Последняя версия6.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеretest - model
The domain model for both retest and recheck.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| retest-model-6.0.0.pom | |
| retest-model-6.0.0.jar | 69 KB |
| retest-model-6.0.0-sources.jar | 38 KB |
| retest-model-6.0.0-javadoc.jar | 269 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.retest/retest-model/ -->
<dependency>
<groupId>de.retest</groupId>
<artifactId>retest-model</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.retest/retest-model/
implementation 'de.retest:retest-model:6.0.0'
// https://jarcasting.com/artifacts/de.retest/retest-model/
implementation ("de.retest:retest-model:6.0.0")
'de.retest:retest-model:jar:6.0.0'
<dependency org="de.retest" name="retest-model" rev="6.0.0">
<artifact name="retest-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.retest', module='retest-model', version='6.0.0')
)
libraryDependencies += "de.retest" % "retest-model" % "6.0.0"
[de.retest/retest-model "6.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| org.apache.commons : commons-text | jar | 1.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.eclipse.persistence : org.eclipse.persistence.moxy | jar | 2.5.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
| org.junit.vintage : junit-vintage-engine | jar | 5.3.1 |
| org.assertj : assertj-core | jar | 3.11.1 |
| org.mockito : mockito-core | jar | 2.23.0 |
| net.java.quickcheck : quickcheck | jar | 0.6 |
This project is inactive and archived (DO NOT DELETE, we might want to access old versions in the repository).
All the code was moved into the recheck project (https://github.com/retest/recheck).