License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcom.infobip |
ArtifactId | ArtifactIdinfobip-redis-testcontainers-spring-boot-starter |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionInfobip TestContainers Spring Boot Starter provides Spring Boot starters that ease the use of Testcontainers in test and local development scenarios.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.infobip/infobip-redis-testcontainers-spring-boot-starter/ -->
<dependency>
<groupId>com.infobip</groupId>
<artifactId>infobip-redis-testcontainers-spring-boot-starter</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infobip/infobip-redis-testcontainers-spring-boot-starter/
implementation 'com.infobip:infobip-redis-testcontainers-spring-boot-starter:3.5.0'
// https://jarcasting.com/artifacts/com.infobip/infobip-redis-testcontainers-spring-boot-starter/
implementation ("com.infobip:infobip-redis-testcontainers-spring-boot-starter:3.5.0")
'com.infobip:infobip-redis-testcontainers-spring-boot-starter:jar:3.5.0'
<dependency org="com.infobip" name="infobip-redis-testcontainers-spring-boot-starter" rev="3.5.0">
<artifact name="infobip-redis-testcontainers-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infobip', module='infobip-redis-testcontainers-spring-boot-starter', version='3.5.0')
)
libraryDependencies += "com.infobip" % "infobip-redis-testcontainers-spring-boot-starter" % "3.5.0"
[com.infobip/infobip-redis-testcontainers-spring-boot-starter "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.infobip : infobip-testcontainers-common | jar | 3.5.0 |
org.springframework.boot : spring-boot-test | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-redis | jar | |
io.lettuce : lettuce-core | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.projectlombok : lombok | jar |