s

siddhi

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