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