c

camel-spring-redis

Camel Spring Redis Component
文件下载
文件名 操作
camel-spring-redis-2.15.2.jar 下载
camel-spring-redis-2.15.2.pom 下载
camel-spring-redis-2.15.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-spring-redis</artifactId>
  <version>2.15.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-spring-redis:2.15.2'
Gradle Kotlin
implementation("org.apache.camel:camel-spring-redis:2.15.2")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-spring-redis" % "2.15.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-spring-redis', version='2.15.2')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-spring-redis" rev="2.15.2" />
Leiningen
[org.apache.camel/camel-spring-redis "2.15.2"]
Apache Buildr
'org.apache.camel:camel-spring-redis:jar:2.15.2'