| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаde.thalia.junit |
| Идентификатор | Идентификаторpostgres-rule |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеThalia JUnit Rule for Testing with Postgres
Thalia JUnit Rule for Testing with Postgres
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| postgres-rule-1.0.0.pom | |
| postgres-rule-1.0.0.jar | 11 KB |
| postgres-rule-1.0.0-sources.jar | 5 KB |
| postgres-rule-1.0.0-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.thalia.junit/postgres-rule/ -->
<dependency>
<groupId>de.thalia.junit</groupId>
<artifactId>postgres-rule</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.thalia.junit/postgres-rule/
implementation 'de.thalia.junit:postgres-rule:1.0.0'
// https://jarcasting.com/artifacts/de.thalia.junit/postgres-rule/
implementation ("de.thalia.junit:postgres-rule:1.0.0")
'de.thalia.junit:postgres-rule:jar:1.0.0'
<dependency org="de.thalia.junit" name="postgres-rule" rev="1.0.0">
<artifact name="postgres-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thalia.junit', module='postgres-rule', version='1.0.0')
)
libraryDependencies += "de.thalia.junit" % "postgres-rule" % "1.0.0"
[de.thalia.junit/postgres-rule "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ru.yandex.qatools.embed : postgresql-embedded | jar | 2.9 |
| junit : junit | jar | 4.12 |
| org.postgresql : postgresql | jar | 42.2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |