s

siddhi

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