Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-spring-redis |
Version | Version2.24.2 |
Type | Typejar |
Filename | Size |
---|---|
camel-spring-redis-2.24.2.pom | |
camel-spring-redis-2.24.2.jar | 67 KB |
camel-spring-redis-2.24.2-sources.jar | 43 KB |
camel-spring-redis-2.24.2-javadoc.jar | 147 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.24.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/
implementation 'org.apache.camel:camel-spring-redis:2.24.2'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-redis/
implementation ("org.apache.camel:camel-spring-redis:2.24.2")
'org.apache.camel:camel-spring-redis:jar:2.24.2'
<dependency org="org.apache.camel" name="camel-spring-redis" rev="2.24.2">
<artifact name="camel-spring-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-redis', version='2.24.2')
)
libraryDependencies += "org.apache.camel" % "camel-spring-redis" % "2.24.2"
[org.apache.camel/camel-spring-redis "2.24.2"]