com.github.kyleburton/perceptor

Clojure bindings for Esper: http://esper.codehaus.org/

Leiningen/Boot

[com.github.kyleburton/perceptor "1.0.0"]

Clojure CLI/deps.edn

com.github.kyleburton/perceptor {:mvn/version "1.0.0"}

Gradle

implementation("com.github.kyleburton:perceptor:1.0.0")

Maven

<dependency>
  <groupId>com.github.kyleburton</groupId>
  <artifactId>perceptor</artifactId>
  <version>1.0.0</version>
</dependency>