| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных |
|---|---|
| Группа | Группаcom.github.microwww |
| Идентификатор | Идентификаторmocker-redis-spring-boot-starter |
| Версия | Версия4.1.0-3.0 |
| Тип | Типjar |
<!-- 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>4.1.0-3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microwww/mocker-redis-spring-boot-starter/
implementation 'com.github.microwww:mocker-redis-spring-boot-starter:4.1.0-3.0'
// https://jarcasting.com/artifacts/com.github.microwww/mocker-redis-spring-boot-starter/
implementation ("com.github.microwww:mocker-redis-spring-boot-starter:4.1.0-3.0")
'com.github.microwww:mocker-redis-spring-boot-starter:jar:4.1.0-3.0'
<dependency org="com.github.microwww" name="mocker-redis-spring-boot-starter" rev="4.1.0-3.0">
<artifact name="mocker-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microwww', module='mocker-redis-spring-boot-starter', version='4.1.0-3.0')
)
libraryDependencies += "com.github.microwww" % "mocker-redis-spring-boot-starter" % "4.1.0-3.0"
[com.github.microwww/mocker-redis-spring-boot-starter "4.1.0-3.0"]