clj-camel

Clojure library wrapping the Apache Camel Java DSL

Leiningen/Boot

[clj-camel "1.0.1"]

Clojure CLI/deps.edn

clj-camel/clj-camel {:mvn/version "1.0.1"}

Gradle

implementation("clj-camel:clj-camel:1.0.1")

Maven

<dependency>
  <groupId>clj-camel</groupId>
  <artifactId>clj-camel</artifactId>
  <version>1.0.1</version>
</dependency>