s

smallrye-reactive-messaging-camel

Files download
File Operation
smallrye-reactive-messaging-camel-0.0.9.jar download
smallrye-reactive-messaging-camel-0.0.9.pom download
smallrye-reactive-messaging-camel-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-reactive-messaging-camel</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-reactive-messaging-camel:0.0.9'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-reactive-messaging-camel:0.0.9")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-camel" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-camel', version='0.0.9')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-camel" rev="0.0.9" />
Leiningen
[io.smallrye.reactive/smallrye-reactive-messaging-camel "0.0.9"]
Apache Buildr
'io.smallrye.reactive:smallrye-reactive-messaging-camel:jar:0.0.9'