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