Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-spring-redis |
Version | Version2.23.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-spring-redis-2.23.4.pom | |
camel-spring-redis-2.23.4.jar | 63 KB |
camel-spring-redis-2.23.4-sources.jar | 42 KB |
camel-spring-redis-2.23.4-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-redis</artifactId>
<version>2.23.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/
implementation 'org.apache.camel:camel-spring-redis:2.23.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/
implementation ("org.apache.camel:camel-spring-redis:2.23.4")
'org.apache.camel:camel-spring-redis:jar:2.23.4'
<dependency org="org.apache.camel" name="camel-spring-redis" rev="2.23.4">
<artifact name="camel-spring-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-redis', version='2.23.4')
)
libraryDependencies += "org.apache.camel" % "camel-spring-redis" % "2.23.4"
[org.apache.camel/camel-spring-redis "2.23.4"]