Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.github.microwww |
ArtifactId | ArtifactIdmocker-redis-spring-boot-starter |
Version | Version5.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.microwww/mocker-redis-spring-boot-starter/ -->
<dependency>
<groupId>com.github.microwww</groupId>
<artifactId>mocker-redis-spring-boot-starter</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microwww/mocker-redis-spring-boot-starter/
implementation 'com.github.microwww:mocker-redis-spring-boot-starter:5.0.2'
// https://jarcasting.com/artifacts/com.github.microwww/mocker-redis-spring-boot-starter/
implementation ("com.github.microwww:mocker-redis-spring-boot-starter:5.0.2")
'com.github.microwww:mocker-redis-spring-boot-starter:jar:5.0.2'
<dependency org="com.github.microwww" name="mocker-redis-spring-boot-starter" rev="5.0.2">
<artifact name="mocker-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microwww', module='mocker-redis-spring-boot-starter', version='5.0.2')
)
libraryDependencies += "com.github.microwww" % "mocker-redis-spring-boot-starter" % "5.0.2"
[com.github.microwww/mocker-redis-spring-boot-starter "5.0.2"]