| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDocker Контейнер Виртуализация JUnit Тестирование компонентов |
| Группа | Группаcom.intapp |
| Идентификатор | Идентификаторjunit-docker-postgres |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjunit-docker-postgres
Utility tool to run Postgres container to help you writing isolated test with JUnit
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| junit-docker-postgres-1.1.pom | |
| junit-docker-postgres-1.1.jar | 6 KB |
| junit-docker-postgres-1.1-sources.jar | 3 KB |
| junit-docker-postgres-1.1-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.intapp/junit-docker-postgres/ -->
<dependency>
<groupId>com.intapp</groupId>
<artifactId>junit-docker-postgres</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intapp/junit-docker-postgres/
implementation 'com.intapp:junit-docker-postgres:1.1'
// https://jarcasting.com/artifacts/com.intapp/junit-docker-postgres/
implementation ("com.intapp:junit-docker-postgres:1.1")
'com.intapp:junit-docker-postgres:jar:1.1'
<dependency org="com.intapp" name="junit-docker-postgres" rev="1.1">
<artifact name="junit-docker-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intapp', module='junit-docker-postgres', version='1.1')
)
libraryDependencies += "com.intapp" % "junit-docker-postgres" % "1.1"
[com.intapp/junit-docker-postgres "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.postgresql : postgresql | jar | 9.4.1208.jre7 |
| com.spotify : docker-client | jar | 3.6.8 |
| org.slf4j : slf4j-api | jar | 1.7.16 |