s

siddhi

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