c

camel-webhook

Camel Webhook component
Apache License, Version 2.0
文件下载
文件名 操作
camel-webhook-3.11.3.jar 下载
camel-webhook-3.11.3.pom 下载
camel-webhook-3.11.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-webhook</artifactId>
  <version>3.11.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-webhook:3.11.3'
Gradle Kotlin
implementation("org.apache.camel:camel-webhook:3.11.3")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-webhook" % "3.11.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-webhook', version='3.11.3')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-webhook" rev="3.11.3" />
Leiningen
[org.apache.camel/camel-webhook "3.11.3"]
Apache Buildr
'org.apache.camel:camel-webhook:jar:3.11.3'