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