s

siddhi

Siddhi, high performing Complex Event Processing Engine
Files download
File Operation
siddhi-3.2.9.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.siddhi</groupId>
  <artifactId>siddhi</artifactId>
  <version>3.2.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.siddhi:siddhi:3.2.9'
Gradle Kotlin
implementation("org.wso2.siddhi:siddhi:3.2.9")
Scala SBT
libraryDependencies += "org.wso2.siddhi" % "siddhi" % "3.2.9"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.siddhi', module='siddhi', version='3.2.9')
)
Apache Ivy
<dependency org="org.wso2.siddhi" name="siddhi" rev="3.2.9" />
Leiningen
[org.wso2.siddhi/siddhi "3.2.9"]
Apache Buildr
'org.wso2.siddhi:siddhi:jar:3.2.9'