License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases Container |
GroupId | GroupIdcom.playtika.testcontainers |
ArtifactId | ArtifactIdembedded-postgresql |
Version | Version2.0.10 |
Type | Typejar |
Description |
DescriptionParent pom for all embedded testcontainers
|
<!-- https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-postgresql/ -->
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-postgresql</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-postgresql/
implementation 'com.playtika.testcontainers:embedded-postgresql:2.0.10'
// https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-postgresql/
implementation ("com.playtika.testcontainers:embedded-postgresql:2.0.10")
'com.playtika.testcontainers:embedded-postgresql:jar:2.0.10'
<dependency org="com.playtika.testcontainers" name="embedded-postgresql" rev="2.0.10">
<artifact name="embedded-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.playtika.testcontainers', module='embedded-postgresql', version='2.0.10')
)
libraryDependencies += "com.playtika.testcontainers" % "embedded-postgresql" % "2.0.10"
[com.playtika.testcontainers/embedded-postgresql "2.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.playtika.testcontainers : testcontainers-common | jar | 2.0.10 |
org.testcontainers : postgresql | jar | 1.15.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.slf4j : slf4j-api | jar | |
org.testcontainers : testcontainers | jar | 1.15.1 |
org.hibernate.validator : hibernate-validator | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | |
org.springframework.cloud : spring-cloud-starter-bootstrap | jar |
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.2.18 |
org.springframework : spring-jdbc | jar | |
org.apache.tomcat : tomcat-jdbc | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-log4j2 | jar | |
org.assertj : assertj-core | jar | |
nl.jqno.equalsverifier : equalsverifier | jar | 3.5 |