| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаorg.springframework.cloud.fn |
| Идентификатор | Идентификаторredis-consumer |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redis-consumer-1.0.0.pom | |
| redis-consumer-1.0.0.jar | 6 KB |
| redis-consumer-1.0.0-sources.jar | 5 KB |
| redis-consumer-1.0.0-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.fn/redis-consumer/ -->
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>redis-consumer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.fn/redis-consumer/
implementation 'org.springframework.cloud.fn:redis-consumer:1.0.0'
// https://jarcasting.com/artifacts/org.springframework.cloud.fn/redis-consumer/
implementation ("org.springframework.cloud.fn:redis-consumer:1.0.0")
'org.springframework.cloud.fn:redis-consumer:jar:1.0.0'
<dependency org="org.springframework.cloud.fn" name="redis-consumer" rev="1.0.0">
<artifact name="redis-consumer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.fn', module='redis-consumer', version='1.0.0')
)
libraryDependencies += "org.springframework.cloud.fn" % "redis-consumer" % "1.0.0"
[org.springframework.cloud.fn/redis-consumer "1.0.0"]