| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-spring-redis |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel :: Redis
Camel Spring Redis Component
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-spring-redis-3.17.0.pom | |
| camel-spring-redis-3.17.0.jar | 73 KB |
| camel-spring-redis-3.17.0-sources.jar | 38 KB |
| camel-spring-redis-3.17.0-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-redis</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/
implementation 'org.apache.camel:camel-spring-redis:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/
implementation ("org.apache.camel:camel-spring-redis:3.17.0")
'org.apache.camel:camel-spring-redis:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-spring-redis" rev="3.17.0">
<artifact name="camel-spring-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-redis', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-spring-redis" % "3.17.0"
[org.apache.camel/camel-spring-redis "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.17.0 |
| org.springframework.data : spring-data-redis | jar | 2.6.2 |
| redis.clients : jedis | jar | 3.7.1 |