Skip to content

Siddhi-3.0.5 Release

Compare
Choose a tag to compare
@mohanvive mohanvive released this 05 May 16:10
· 5129 commits to master since this release

Siddhi 3.0.5 is released with WSO2 CEP 4.1.0.

To use Siddhi as a library, use the following maven dependency.

<dependency>
    <groupId>org.wso2.siddhi</groupId>
    <artifactId>siddhi-query-api</artifactId>
     <version>3.0.5</version>
</dependency>
<dependency>
    <groupId>org.wso2.siddhi</groupId>
    <artifactId>siddhi-query-compiler</artifactId>
    <version>3.0.5</version>
</dependency>
<dependency>
    <groupId>org.wso2.siddhi</groupId>
    <artifactId>siddhi-core</artifactId>
     <version>3.0.5</version>
</dependency>