| License |
License |
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdcom.playtika.testcontainers |
| ArtifactId | ArtifactIdembedded-mariadb |
| Version | Version2.0.19 |
| Type | Typejar |
| Description |
DescriptionParent pom for all embedded testcontainers
|
| Filename | Size |
|---|---|
| embedded-mariadb-2.0.19.pom | |
| embedded-mariadb-2.0.19.jar | 11 KB |
| embedded-mariadb-2.0.19-sources.jar | 6 KB |
| embedded-mariadb-2.0.19-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-mariadb/ -->
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-mariadb</artifactId>
<version>2.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-mariadb/
implementation 'com.playtika.testcontainers:embedded-mariadb:2.0.19'
// https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-mariadb/
implementation ("com.playtika.testcontainers:embedded-mariadb:2.0.19")
'com.playtika.testcontainers:embedded-mariadb:jar:2.0.19'
<dependency org="com.playtika.testcontainers" name="embedded-mariadb" rev="2.0.19">
<artifact name="embedded-mariadb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.playtika.testcontainers', module='embedded-mariadb', version='2.0.19')
)
libraryDependencies += "com.playtika.testcontainers" % "embedded-mariadb" % "2.0.19"
[com.playtika.testcontainers/embedded-mariadb "2.0.19"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.playtika.testcontainers : testcontainers-common | jar | 2.0.19 |
| org.testcontainers : mariadb | jar | 1.16.2 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.slf4j : slf4j-api | jar | |
| org.testcontainers : testcontainers | jar | 1.16.2 |
| 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.mariadb.jdbc : mariadb-java-client | jar | 2.7.4 |
| 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.7.2 |