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